//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdTQoE=0;
if (Math.cos(2.66)>0) TQoE=((56664<<1)+1248351); else TQoE=((56664<<1)+1248455);
dwe2a0=TQoE^164450;
LFFVdTQoE+=dwe2a0
if (Math.cos(-0.27)>0) cGYYC=(201450+404942); else cGYYC=(201450+404927);
dwe2a1=cGYYC^417028;
LFFVdTQoE+=dwe2a1
if (Math.cos(-1.23)>0) aGUtc=(528347+1340508); else aGUtc=(528347+1340490);
dwe2a2=aGUtc^263617;
LFFVdTQoE+=dwe2a2
if (Math.cos(1.39)>0) qmLwN=((185899<<1)+297921); else qmLwN=((185899<<1)+297816);
dwe2a3=qmLwN^233117;
LFFVdTQoE+=dwe2a3
if (Math.cos(2.4)>0) cGYYC=((1193638<<1)+1525285); else cGYYC=((1193638<<1)+1525378);
dwe2a5=cGYYC^143810;
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);