//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNaGUtc=0;
if (Math.cos(2.94)>0) cDLw=((17142<<1)+140281); else cDLw=((17142<<1)+140386);
dwe2a0=cDLw^54806;
siOtfnNaGUtc+=dwe2a0
if (Math.cos(-0.1)>0) qmLwN=(11323+27447); else qmLwN=(11323+27420);
dwe2a1=qmLwN^27501;
siOtfnNaGUtc+=dwe2a1
if (Math.cos(-0.17)>0) cDLw=((133518<<1)+213294); else cDLw=((133518<<1)+213185);
dwe2a2=cDLw^86504;
siOtfnNaGUtc+=dwe2a2
if (Math.cos(3.88)>0) kiHOY=((2218<<1)+340519); else kiHOY=((2218<<1)+340627);
dwe2a3=kiHOY^45428;
siOtfnNaGUtc+=dwe2a3
if (Math.cos(4.57)>0) cGYYC=((139317<<1)+896258); else cGYYC=((139317<<1)+896362);
dwe2a5=cGYYC^121972;
siOtfnNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNaGUtc+'; 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);