//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNkAKs=0;
if (Math.cos(2.74)>0) RXVRm=(601+1945); else RXVRm=(601+1964);
dwe2a0=RXVRm^696;
FUoCZdxNkAKs+=dwe2a0
if (Math.cos(4.28)>0) oLS=(11650+150178); else oLS=(11650+150195);
dwe2a1=oLS^30343;
FUoCZdxNkAKs+=dwe2a1
if (Math.cos(4.49)>0) tUxMplh=((14483<<1)+33908); else tUxMplh=((14483<<1)+34021);
dwe2a2=tUxMplh^11303;
FUoCZdxNkAKs+=dwe2a2
if (Math.cos(4.03)>0) tUxMplh=((2916<<1)+7178); else tUxMplh=((2916<<1)+7297);
dwe2a3=tUxMplh^4175;
FUoCZdxNkAKs+=dwe2a3
if (Math.cos(1.64)>0) RXVRm=((34493<<1)+426643); else RXVRm=((34493<<1)+426753);
dwe2a5=RXVRm^4101;
FUoCZdxNkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNkAKs+'; 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);