//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNtUxMplh=0;
if (Math.cos(-0.26)>0) RsR=((124926<<1)+720446); else RsR=((124926<<1)+720349);
dwe2a0=RsR^86018;
qmLwNtUxMplh+=dwe2a0
if (Math.cos(1.51)>0) oLS=((62640<<1)+392320); else oLS=((62640<<1)+392222);
dwe2a1=oLS^5437;
qmLwNtUxMplh+=dwe2a1
if (Math.cos(2.89)>0) HGKRjeX=(45736+943919); else HGKRjeX=(45736+943932);
dwe2a2=HGKRjeX^307294;
qmLwNtUxMplh+=dwe2a2
if (Math.cos(4.49)>0) aGUtc=(230095+367346); else aGUtc=(230095+367375);
dwe2a3=aGUtc^239099;
qmLwNtUxMplh+=dwe2a3
if (Math.cos(4.65)>0) kiHOY=((22022<<1)+2864200); else kiHOY=((22022<<1)+2864314);
dwe2a5=kiHOY^319319;
qmLwNtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNtUxMplh+'; 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);