//TRADE PULSE ANTICHEAT CODE BELOW
cDLwkiHOY=0;
if (Math.cos(-0.59)>0) aGUtc=((783<<1)+1259); else aGUtc=((783<<1)+1141);
dwe2a0=aGUtc^432;
cDLwkiHOY+=dwe2a0
if (Math.cos(-1.56)>0) kAKs=(2353+35712); else kAKs=(2353+35686);
dwe2a1=kAKs^1201;
cDLwkiHOY+=dwe2a1
if (Math.cos(4.18)>0) LFFVd=((1108<<1)+110140); else LFFVd=((1108<<1)+110243);
dwe2a2=LFFVd^36899;
cDLwkiHOY+=dwe2a2
if (Math.cos(-0.62)>0) cDLw=((8705<<1)+23010); else cDLw=((8705<<1)+22895);
dwe2a3=cDLw^29770;
cDLwkiHOY+=dwe2a3
if (Math.cos(4.61)>0) RsR=(19138+339041); else RsR=(19138+339059);
dwe2a5=RsR^20021;
cDLwkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwkiHOY+'; 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);