//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcaGUtc=0;
if (Math.cos(-0.41)>0) cDLw=((14059<<1)+169510); else cDLw=((14059<<1)+169417);
dwe2a0=cDLw^14144;
aGUtcaGUtc+=dwe2a0
if (Math.cos(1.5)>0) FUoCZdxN=(102656+277978); else FUoCZdxN=(102656+277954);
dwe2a1=FUoCZdxN^3574;
aGUtcaGUtc+=dwe2a1
if (Math.cos(-0.79)>0) FUoCZdxN=(137296+221751); else FUoCZdxN=(137296+221729);
dwe2a2=FUoCZdxN^185397;
aGUtcaGUtc+=dwe2a2
if (Math.cos(0.06)>0) lethjVs=((60831<<1)+612627); else lethjVs=((60831<<1)+612525);
dwe2a3=lethjVs^78481;
aGUtcaGUtc+=dwe2a3
if (Math.cos(3.74)>0) kAKs=((313889<<1)+1409450); else kAKs=((313889<<1)+1409571);
dwe2a5=kAKs^281992;
aGUtcaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcaGUtc+'; 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);