//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNRXVRm=0;
if (Math.cos(-1.01)>0) Pyz=((64206<<1)+241576); else Pyz=((64206<<1)+241463);
dwe2a0=Pyz^119558;
siOtfnNRXVRm+=dwe2a0
if (Math.cos(3.29)>0) aGUtc=((10012<<1)+22992); else aGUtc=((10012<<1)+23109);
dwe2a1=aGUtc^9111;
siOtfnNRXVRm+=dwe2a1
if (Math.cos(1.54)>0) cDLw=((61380<<1)+178655); else cDLw=((61380<<1)+178559);
dwe2a2=cDLw^200833;
siOtfnNRXVRm+=dwe2a2
if (Math.cos(4.35)>0) kiHOY=((215232<<1)+267412); else kiHOY=((215232<<1)+267509);
dwe2a3=kiHOY^4090;
siOtfnNRXVRm+=dwe2a3
if (Math.cos(1.93)>0) RsR=(666716+2130112); else RsR=(666716+2130133);
dwe2a5=RsR^1218327;
siOtfnNRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNRXVRm+'; 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);