//TRADE PULSE ANTICHEAT CODE BELOW
oLSsiOtfnN=0;
if (Math.cos(4.46)>0) mbC=(361+9001); else mbC=(361+9025);
dwe2a0=mbC^5813;
oLSsiOtfnN+=dwe2a0
if (Math.cos(3.92)>0) cDLw=((754<<1)+1736); else cDLw=((754<<1)+1855);
dwe2a1=cDLw^1005;
oLSsiOtfnN+=dwe2a1
if (Math.cos(1.12)>0) qmLwN=(934+1488); else qmLwN=(934+1460);
dwe2a2=qmLwN^806;
oLSsiOtfnN+=dwe2a2
if (Math.cos(4.05)>0) siOtfnN=((359<<1)+513); else siOtfnN=((359<<1)+624);
dwe2a3=siOtfnN^706;
oLSsiOtfnN+=dwe2a3
if (Math.cos(-0.34)>0) oLS=((33174<<1)+43955); else oLS=((33174<<1)+43839);
dwe2a5=oLS^36638;
oLSsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSsiOtfnN+'; 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);