//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcDYP=0;
if (Math.cos(2.25)>0) HGKRjeX=((43372<<1)+69381); else HGKRjeX=((43372<<1)+69484);
dwe2a0=HGKRjeX^58922;
aGUtcDYP+=dwe2a0
if (Math.cos(-1.13)>0) tUxMplh=(132876+211502); else tUxMplh=(132876+211485);
dwe2a1=tUxMplh^92512;
aGUtcDYP+=dwe2a1
if (Math.cos(1.03)>0) lethjVs=((39895<<1)+52895); else lethjVs=((39895<<1)+52800);
dwe2a2=lethjVs^7557;
aGUtcDYP+=dwe2a2
if (Math.cos(0)>0) DYP=((31229<<1)+102826); else DYP=((31229<<1)+102729);
dwe2a3=DYP^79268;
aGUtcDYP+=dwe2a3
if (Math.cos(0.71)>0) cDLw=((201122<<1)+348727); else cDLw=((201122<<1)+348612);
dwe2a5=cDLw^150917;
aGUtcDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcDYP+'; 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);