//TRADE PULSE ANTICHEAT CODE BELOW
mBfXqHgaGUtc=0;
if (Math.cos(0.45)>0) aGUtc=((2808<<1)+17257); else aGUtc=((2808<<1)+17148);
dwe2a0=aGUtc^2594;
mBfXqHgaGUtc+=dwe2a0
if (Math.cos(4.58)>0) oLS=((1412<<1)+44304); else oLS=((1412<<1)+44403);
dwe2a1=oLS^12096;
mBfXqHgaGUtc+=dwe2a1
if (Math.cos(4.47)>0) RsR=((3809<<1)+166446); else RsR=((3809<<1)+166546);
dwe2a2=RsR^62746;
mBfXqHgaGUtc+=dwe2a2
if (Math.cos(2.87)>0) RsR=((238<<1)+21994); else RsR=((238<<1)+22111);
dwe2a3=RsR^2790;
mBfXqHgaGUtc+=dwe2a3
if (Math.cos(3.66)>0) kiHOY=((48748<<1)+785972); else kiHOY=((48748<<1)+786081);
dwe2a5=kiHOY^256886;
mBfXqHgaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mBfXqHgaGUtc+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);