//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcTQoE=0;
if (Math.cos(2.4)>0) oLS=((316011<<1)+901845); else oLS=((316011<<1)+901941);
dwe2a0=oLS^454720;
aGUtcTQoE+=dwe2a0
if (Math.cos(-1.54)>0) aGUtc=((424914<<1)+496880); else aGUtc=((424914<<1)+496782);
dwe2a1=aGUtc^290418;
aGUtcTQoE+=dwe2a1
if (Math.cos(2.31)>0) cGYYC=((417037<<1)+700062); else cGYYC=((417037<<1)+700183);
dwe2a2=cGYYC^95652;
aGUtcTQoE+=dwe2a2
if (Math.cos(-1.55)>0) siOtfnN=((68182<<1)+81947); else siOtfnN=((68182<<1)+81844);
dwe2a3=siOtfnN^34003;
aGUtcTQoE+=dwe2a3
if (Math.cos(4.26)>0) aGUtc=(145917+4506117); else aGUtc=(145917+4506129);
dwe2a5=aGUtc^924339;
aGUtcTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcTQoE+'; 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);