//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNFUoCZdxN=0;
if (Math.cos(-0.05)>0) DYP=((51191<<1)+383174); else DYP=((51191<<1)+383062);
dwe2a0=DYP^180881;
qmLwNFUoCZdxN+=dwe2a0
if (Math.cos(4.18)>0) aGUtc=((244619<<1)+447084); else aGUtc=((244619<<1)+447185);
dwe2a1=aGUtc^157363;
qmLwNFUoCZdxN+=dwe2a1
if (Math.cos(3.85)>0) tUxMplh=(744594+1057160); else tUxMplh=(744594+1057175);
dwe2a2=tUxMplh^117149;
qmLwNFUoCZdxN+=dwe2a2
if (Math.cos(3.69)>0) RXVRm=((40639<<1)+963733); else RXVRm=((40639<<1)+963839);
dwe2a3=RXVRm^347675;
qmLwNFUoCZdxN+=dwe2a3
if (Math.cos(4.18)>0) mBfXqHg=((831617<<1)+3642902); else mBfXqHg=((831617<<1)+3643024);
dwe2a5=mBfXqHg^386158;
qmLwNFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNFUoCZdxN+'; 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);