//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNDYP=0;
if (Math.cos(3.92)>0) kAKs=((13926<<1)+128790); else kAKs=((13926<<1)+128886);
dwe2a0=kAKs^32205;
qmLwNDYP+=dwe2a0
if (Math.cos(0.81)>0) cGYYC=((15668<<1)+448823); else cGYYC=((15668<<1)+448719);
dwe2a1=cGYYC^97380;
qmLwNDYP+=dwe2a1
if (Math.cos(1.68)>0) tUxMplh=((448<<1)+20601); else tUxMplh=((448<<1)+20696);
dwe2a2=tUxMplh^2798;
qmLwNDYP+=dwe2a2
if (Math.cos(-0.89)>0) lethjVs=(22619+25122); else lethjVs=(22619+25098);
dwe2a3=lethjVs^16221;
qmLwNDYP+=dwe2a3
if (Math.cos(-1.3)>0) FUoCZdxN=((242887<<1)+1581432); else FUoCZdxN=((242887<<1)+1581337);
dwe2a5=FUoCZdxN^424378;
qmLwNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNDYP+'; 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);