//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcaGUtc=0;
if (Math.cos(-1.57)>0) siOtfnN=((49759<<1)+322449); else siOtfnN=((49759<<1)+322333);
dwe2a0=siOtfnN^53477;
aGUtcaGUtc+=dwe2a0
if (Math.cos(1.66)>0) RsR=((20227<<1)+34713); else RsR=((20227<<1)+34832);
dwe2a1=RsR^11015;
aGUtcaGUtc+=dwe2a1
if (Math.cos(1.28)>0) aGUtc=((7719<<1)+62762); else aGUtc=((7719<<1)+62654);
dwe2a2=aGUtc^52676;
aGUtcaGUtc+=dwe2a2
if (Math.cos(0.18)>0) TQoE=((2205<<1)+355519); else TQoE=((2205<<1)+355409);
dwe2a3=TQoE^29500;
aGUtcaGUtc+=dwe2a3
if (Math.cos(1.32)>0) aGUtc=(2049490+3570256); else aGUtc=(2049490+3570237);
dwe2a5=aGUtc^1318340;
aGUtcaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcaGUtc+'; 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);