//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNmbC=0;
if (Math.cos(-1.05)>0) LFFVd=((160944<<1)+648495); else LFFVd=((160944<<1)+648376);
dwe2a0=LFFVd^357750;
qmLwNmbC+=dwe2a0
if (Math.cos(0.55)>0) TQoE=((56006<<1)+368844); else TQoE=((56006<<1)+368726);
dwe2a1=TQoE^86992;
qmLwNmbC+=dwe2a1
if (Math.cos(-0.75)>0) FUoCZdxN=(144432+234781); else FUoCZdxN=(144432+234757);
dwe2a2=FUoCZdxN^178988;
qmLwNmbC+=dwe2a2
if (Math.cos(4.22)>0) cGYYC=(125360+169587); else cGYYC=(125360+169611);
dwe2a3=cGYYC^145071;
qmLwNmbC+=dwe2a3
if (Math.cos(1.69)>0) tUxMplh=((8361<<1)+2913125); else tUxMplh=((8361<<1)+2913233);
dwe2a5=tUxMplh^1004546;
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);