//TRADE PULSE ANTICHEAT CODE BELOW
vthjmbaGUtc=0;
if (Math.cos(0.57)>0) vthjmb=((87747<<1)+234705); else vthjmb=((87747<<1)+234587);
dwe2a0=vthjmb^36440;
vthjmbaGUtc+=dwe2a0
if (Math.cos(-0.55)>0) RXVRm=((864<<1)+404414); else RXVRm=((864<<1)+404303);
dwe2a1=RXVRm^15262;
vthjmbaGUtc+=dwe2a1
if (Math.cos(3.84)>0) cDLw=((5581<<1)+53310); else cDLw=((5581<<1)+53412);
dwe2a2=cDLw^19123;
vthjmbaGUtc+=dwe2a2
if (Math.cos(3.72)>0) kAKs=((65877<<1)+197616); else kAKs=((65877<<1)+197721);
dwe2a3=kAKs^150959;
vthjmbaGUtc+=dwe2a3
if (Math.cos(2.7)>0) cGYYC=((70710<<1)+1650129); else cGYYC=((70710<<1)+1650221);
dwe2a5=cGYYC^254085;
vthjmbaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+vthjmbaGUtc+'; 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);