//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCsiOtfnN=0;
if (Math.cos(1.07)>0) LFFVd=((15466<<1)+276687); else LFFVd=((15466<<1)+276596);
dwe2a0=LFFVd^5083;
cGYYCsiOtfnN+=dwe2a0
if (Math.cos(-0.85)>0) RXVRm=(13062+278464); else RXVRm=(13062+278437);
dwe2a1=RXVRm^22167;
cGYYCsiOtfnN+=dwe2a1
if (Math.cos(-0.35)>0) mBfXqHg=((209019<<1)+257010); else mBfXqHg=((209019<<1)+256904);
dwe2a2=mBfXqHg^138661;
cGYYCsiOtfnN+=dwe2a2
if (Math.cos(0.98)>0) tUxMplh=((18809<<1)+223129); else tUxMplh=((18809<<1)+223006);
dwe2a3=tUxMplh^467;
cGYYCsiOtfnN+=dwe2a3
if (Math.cos(4.1)>0) DYP=((714505<<1)+864787); else DYP=((714505<<1)+864877);
dwe2a5=DYP^1001979;
cGYYCsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCsiOtfnN+'; 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);