//TRADE PULSE ANTICHEAT CODE BELOW
oLSmbC=0;
if (Math.cos(-0.22)>0) aGUtc=(16780+207640); else aGUtc=(16780+207617);
dwe2a0=aGUtc^12888;
oLSmbC+=dwe2a0
if (Math.cos(3.04)>0) lethjVs=((10366<<1)+296583); else lethjVs=((10366<<1)+296685);
dwe2a1=lethjVs^37592;
oLSmbC+=dwe2a1
if (Math.cos(2.89)>0) tUxMplh=(66136+94079); else tUxMplh=(66136+94106);
dwe2a2=tUxMplh^111823;
oLSmbC+=dwe2a2
if (Math.cos(2.34)>0) RsR=((206336<<1)+413758); else RsR=((206336<<1)+413856);
dwe2a3=RsR^132210;
oLSmbC+=dwe2a3
if (Math.cos(2.34)>0) mBfXqHg=((316917<<1)+6553053); else mBfXqHg=((316917<<1)+6553168);
dwe2a5=mBfXqHg^2310216;
oLSmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSmbC+'; 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);