//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNmbC=0;
if (Math.cos(4.02)>0) TQoE=((7262<<1)+83118); else TQoE=((7262<<1)+83213);
dwe2a0=TQoE^17058;
siOtfnNmbC+=dwe2a0
if (Math.cos(-1.27)>0) mbC=((2031<<1)+6178); else mbC=((2031<<1)+6081);
dwe2a1=mbC^2139;
siOtfnNmbC+=dwe2a1
if (Math.cos(1.5)>0) tUxMplh=((7711<<1)+62870); else tUxMplh=((7711<<1)+62769);
dwe2a2=tUxMplh^57551;
siOtfnNmbC+=dwe2a2
if (Math.cos(0.23)>0) siOtfnN=(24832+43007); else siOtfnN=(24832+42981);
dwe2a3=siOtfnN^35806;
siOtfnNmbC+=dwe2a3
if (Math.cos(-1.09)>0) Pyz=((129873<<1)+135813); else Pyz=((129873<<1)+135699);
dwe2a5=Pyz^2345;
siOtfnNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNmbC+'; 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);