//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNmbC=0;
if (Math.cos(2.04)>0) tUxMplh=((271635<<1)+1032958); else tUxMplh=((271635<<1)+1033077);
dwe2a0=tUxMplh^285700;
qmLwNmbC+=dwe2a0
if (Math.cos(0.85)>0) siOtfnN=((2695<<1)+963500); else siOtfnN=((2695<<1)+963403);
dwe2a1=siOtfnN^359654;
qmLwNmbC+=dwe2a1
if (Math.cos(2.65)>0) siOtfnN=(111571+179309); else siOtfnN=(111571+179332);
dwe2a2=siOtfnN^46249;
qmLwNmbC+=dwe2a2
if (Math.cos(0.05)>0) tUxMplh=((235970<<1)+575298); else tUxMplh=((235970<<1)+575197);
dwe2a3=tUxMplh^294542;
qmLwNmbC+=dwe2a3
if (Math.cos(1.1)>0) kAKs=((133174<<1)+5014806); else kAKs=((133174<<1)+5014696);
dwe2a5=kAKs^704002;
qmLwNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNmbC+'; 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);