//TRADE PULSE ANTICHEAT CODE BELOW
cDLwaGUtc=0;
if (Math.cos(3.64)>0) LFFVd=((67490<<1)+152083); else LFFVd=((67490<<1)+152176);
dwe2a0=LFFVd^33591;
cDLwaGUtc+=dwe2a0
if (Math.cos(4.21)>0) tUxMplh=((79700<<1)+131246); else tUxMplh=((79700<<1)+131336);
dwe2a1=tUxMplh^56133;
cDLwaGUtc+=dwe2a1
if (Math.cos(3.67)>0) TQoE=((86541<<1)+104107); else TQoE=((86541<<1)+104226);
dwe2a2=TQoE^189000;
cDLwaGUtc+=dwe2a2
if (Math.cos(1.76)>0) tUxMplh=((10124<<1)+1054156); else tUxMplh=((10124<<1)+1054257);
dwe2a3=tUxMplh^143229;
cDLwaGUtc+=dwe2a3
if (Math.cos(-1.35)>0) vthjmb=(154448+2822675); else vthjmb=(154448+2822654);
dwe2a5=vthjmb^1250460;
cDLwaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwaGUtc+'; 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);