//TRADE PULSE ANTICHEAT CODE BELOW
mBfXqHgaGUtc=0;
if (Math.cos(1.56)>0) aGUtc=((172604<<1)+666862); else aGUtc=((172604<<1)+666758);
dwe2a0=aGUtc^262466;
mBfXqHgaGUtc+=dwe2a0
if (Math.cos(4.28)>0) RsR=(378260+625518); else RsR=(378260+625535);
dwe2a1=RsR^294299;
mBfXqHgaGUtc+=dwe2a1
if (Math.cos(4.09)>0) oLS=((105000<<1)+394999); else oLS=((105000<<1)+395097);
dwe2a2=oLS^28353;
mBfXqHgaGUtc+=dwe2a2
if (Math.cos(3.45)>0) DYP=(30220+916657); else DYP=(30220+916674);
dwe2a3=DYP^191994;
mBfXqHgaGUtc+=dwe2a3
if (Math.cos(3.02)>0) cDLw=(780048+1209244); else cDLw=(780048+1209272);
dwe2a5=cDLw^232412;
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);