//TRADE PULSE ANTICHEAT CODE BELOW
RsRFUoCZdxN=0;
if (Math.cos(0.36)>0) Pyz=((810<<1)+7154); else Pyz=((810<<1)+7049);
dwe2a0=Pyz^4189;
RsRFUoCZdxN+=dwe2a0
if (Math.cos(3.78)>0) qmLwN=(12442+444484); else qmLwN=(12442+444499);
dwe2a1=qmLwN^12159;
RsRFUoCZdxN+=dwe2a1
if (Math.cos(0.07)>0) cGYYC=(91131+263325); else cGYYC=(91131+263310);
dwe2a2=cGYYC^129212;
RsRFUoCZdxN+=dwe2a2
if (Math.cos(3.95)>0) kAKs=((1903<<1)+38299); else kAKs=((1903<<1)+38410);
dwe2a3=kAKs^10939;
RsRFUoCZdxN+=dwe2a3
if (Math.cos(1.52)>0) kiHOY=((234075<<1)+960624); else kiHOY=((234075<<1)+960513);
dwe2a5=kiHOY^165051;
RsRFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRFUoCZdxN+'; 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);