//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdRXVRm=0;
if (Math.cos(1.14)>0) RXVRm=((38121<<1)+503600); else RXVRm=((38121<<1)+503477);
dwe2a0=RXVRm^153600;
LFFVdRXVRm+=dwe2a0
if (Math.cos(4.09)>0) TQoE=(45347+240154); else TQoE=(45347+240174);
dwe2a1=TQoE^203560;
LFFVdRXVRm+=dwe2a1
if (Math.cos(-0.44)>0) tUxMplh=((1141<<1)+26587); else tUxMplh=((1141<<1)+26467);
dwe2a2=tUxMplh^2594;
LFFVdRXVRm+=dwe2a2
if (Math.cos(3.43)>0) HGKRjeX=(69048+141707); else HGKRjeX=(69048+141730);
dwe2a3=HGKRjeX^15051;
LFFVdRXVRm+=dwe2a3
if (Math.cos(2.61)>0) TQoE=((950095<<1)+2962709); else TQoE=((950095<<1)+2962816);
dwe2a5=TQoE^2890;
LFFVdRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdRXVRm+'; 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);