//TRADE PULSE ANTICHEAT CODE BELOW
mbCkAKs=0;
if (Math.cos(2.39)>0) aGUtc=(152168+290843); else aGUtc=(152168+290862);
dwe2a0=aGUtc^86198;
mbCkAKs+=dwe2a0
if (Math.cos(1.28)>0) lethjVs=((142752<<1)+289380); else lethjVs=((142752<<1)+289257);
dwe2a1=lethjVs^102794;
mbCkAKs+=dwe2a1
if (Math.cos(0.53)>0) siOtfnN=(83815+322364); else siOtfnN=(83815+322346);
dwe2a2=siOtfnN^102444;
mbCkAKs+=dwe2a2
if (Math.cos(3.27)>0) LFFVd=(34112+128865); else LFFVd=(34112+128887);
dwe2a3=LFFVd^9049;
mbCkAKs+=dwe2a3
if (Math.cos(1.76)>0) tUxMplh=(242703+899993); else tUxMplh=(242703+900022);
dwe2a5=tUxMplh^406158;
mbCkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCkAKs+'; 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);