//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNsiOtfnN=0;
if (Math.cos(-0.8)>0) DYP=(86939+182422); else DYP=(86939+182392);
dwe2a0=DYP^53407;
qmLwNsiOtfnN+=dwe2a0
if (Math.cos(0.25)>0) oLS=((38610<<1)+425249); else oLS=((38610<<1)+425156);
dwe2a1=oLS^91846;
qmLwNsiOtfnN+=dwe2a1
if (Math.cos(0.4)>0) RsR=((148110<<1)+440858); else RsR=((148110<<1)+440761);
dwe2a2=RsR^59048;
qmLwNsiOtfnN+=dwe2a2
if (Math.cos(1.12)>0) TQoE=(736497+751127); else TQoE=(736497+751101);
dwe2a3=TQoE^386223;
qmLwNsiOtfnN+=dwe2a3
if (Math.cos(3.66)>0) cGYYC=(3139913+4697337); else cGYYC=(3139913+4697354);
dwe2a5=cGYYC^1787263;
qmLwNsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNsiOtfnN+'; 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);