//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdTQoE=0;
if (Math.cos(-0.86)>0) FUoCZdxN=((18215<<1)+29116); else FUoCZdxN=((18215<<1)+29008);
dwe2a0=FUoCZdxN^42086;
LFFVdTQoE+=dwe2a0
if (Math.cos(4.22)>0) DYP=(8635+15267); else DYP=(8635+15293);
dwe2a1=DYP^13337;
LFFVdTQoE+=dwe2a1
if (Math.cos(-0.13)>0) TQoE=(40216+89083); else TQoE=(40216+89063);
dwe2a2=TQoE^29172;
LFFVdTQoE+=dwe2a2
if (Math.cos(-0.91)>0) HGKRjeX=(31530+115554); else HGKRjeX=(31530+115535);
dwe2a3=HGKRjeX^222;
LFFVdTQoE+=dwe2a3
if (Math.cos(-0.95)>0) HGKRjeX=(238636+380933); else HGKRjeX=(238636+380905);
dwe2a5=HGKRjeX^231464;
LFFVdTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdTQoE+'; 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);