//TRADE PULSE ANTICHEAT CODE BELOW
oLScGYYC=0;
if (Math.cos(2.51)>0) tUxMplh=((12242<<1)+47340); else tUxMplh=((12242<<1)+47447);
dwe2a0=tUxMplh^6848;
oLScGYYC+=dwe2a0
if (Math.cos(2.42)>0) vthjmb=((73866<<1)+371399); else vthjmb=((73866<<1)+371499);
dwe2a1=vthjmb^141367;
oLScGYYC+=dwe2a1
if (Math.cos(-1.54)>0) vthjmb=(271134+898393); else vthjmb=(271134+898381);
dwe2a2=vthjmb^26875;
oLScGYYC+=dwe2a2
if (Math.cos(-0.23)>0) cDLw=((19736<<1)+1132085); else cDLw=((19736<<1)+1131985);
dwe2a3=cDLw^224843;
oLScGYYC+=dwe2a3
if (Math.cos(-0.77)>0) vthjmb=((600868<<1)+1187444); else vthjmb=((600868<<1)+1187325);
dwe2a5=vthjmb^1455671;
oLScGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLScGYYC+'; 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);