//TRADE PULSE ANTICHEAT CODE BELOW
RsRvthjmb=0;
if (Math.cos(1.24)>0) oLS=((552726<<1)+907370); else oLS=((552726<<1)+907259);
dwe2a0=oLS^566264;
RsRvthjmb+=dwe2a0
if (Math.cos(3.2)>0) aGUtc=((12728<<1)+211449); else aGUtc=((12728<<1)+211552);
dwe2a1=aGUtc^1609;
RsRvthjmb+=dwe2a1
if (Math.cos(0.64)>0) vthjmb=((399267<<1)+561387); else vthjmb=((399267<<1)+561269);
dwe2a2=vthjmb^57560;
RsRvthjmb+=dwe2a2
if (Math.cos(2.34)>0) cDLw=(198615+515471); else cDLw=(198615+515487);
dwe2a3=cDLw^29885;
RsRvthjmb+=dwe2a3
if (Math.cos(0.8)>0) cGYYC=((134382<<1)+5781055); else cGYYC=((134382<<1)+5780951);
dwe2a5=cGYYC^1201194;
RsRvthjmb+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRvthjmb+'; 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);