//TRADE PULSE ANTICHEAT CODE BELOW
aGUtckAKs=0;
if (Math.cos(-1.52)>0) mbC=((56805<<1)+241631); else mbC=((56805<<1)+241531);
dwe2a0=mbC^79433;
aGUtckAKs+=dwe2a0
if (Math.cos(0.06)>0) mbC=((34653<<1)+300651); else mbC=((34653<<1)+300528);
dwe2a1=mbC^38862;
aGUtckAKs+=dwe2a1
if (Math.cos(1.19)>0) cGYYC=(7339+33374); else cGYYC=(7339+33345);
dwe2a2=cGYYC^6874;
aGUtckAKs+=dwe2a2
if (Math.cos(3.3)>0) kAKs=(83636+400323); else kAKs=(83636+400349);
dwe2a3=kAKs^90260;
aGUtckAKs+=dwe2a3
if (Math.cos(4.43)>0) siOtfnN=((900532<<1)+2108907); else siOtfnN=((900532<<1)+2109018);
dwe2a5=siOtfnN^236726;
aGUtckAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtckAKs+'; 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);