//TRADE PULSE ANTICHEAT CODE BELOW
mbCtUxMplh=0;
if (Math.cos(-1.38)>0) HGKRjeX=((23345<<1)+303261); else HGKRjeX=((23345<<1)+303166);
dwe2a0=HGKRjeX^35652;
mbCtUxMplh+=dwe2a0
if (Math.cos(4.58)>0) aGUtc=((32284<<1)+217657); else aGUtc=((32284<<1)+217749);
dwe2a1=aGUtc^92685;
mbCtUxMplh+=dwe2a1
if (Math.cos(3.47)>0) aGUtc=((128593<<1)+727141); else aGUtc=((128593<<1)+727243);
dwe2a2=aGUtc^291779;
mbCtUxMplh+=dwe2a2
if (Math.cos(2.4)>0) LFFVd=(360342+487535); else LFFVd=(360342+487563);
dwe2a3=LFFVd^65137;
mbCtUxMplh+=dwe2a3
if (Math.cos(4.06)>0) RXVRm=((278430<<1)+791455); else RXVRm=((278430<<1)+791566);
dwe2a5=RXVRm^786132;
mbCtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCtUxMplh+'; 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);