//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCPyz=0;
if (Math.cos(4.03)>0) aGUtc=(164092+1257263); else aGUtc=(164092+1257280);
dwe2a0=aGUtc^75178;
cGYYCPyz+=dwe2a0
if (Math.cos(2.56)>0) vthjmb=((404322<<1)+430494); else vthjmb=((404322<<1)+430593);
dwe2a1=vthjmb^142104;
cGYYCPyz+=dwe2a1
if (Math.cos(0.73)>0) FUoCZdxN=((126205<<1)+1706954); else FUoCZdxN=((126205<<1)+1706853);
dwe2a2=FUoCZdxN^648747;
cGYYCPyz+=dwe2a2
if (Math.cos(4.13)>0) kAKs=((174724<<1)+1578274); else kAKs=((174724<<1)+1578390);
dwe2a3=kAKs^530781;
cGYYCPyz+=dwe2a3
if (Math.cos(1.49)>0) aGUtc=((662019<<1)+1890506); else aGUtc=((662019<<1)+1890398);
dwe2a5=aGUtc^941195;
cGYYCPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCPyz+'; 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);