//TRADE PULSE ANTICHEAT CODE BELOW
TQoETQoE=0;
if (Math.cos(1.44)>0) TQoE=((37260<<1)+44465); else TQoE=((37260<<1)+44356);
dwe2a0=TQoE^43608;
TQoETQoE+=dwe2a0
if (Math.cos(3.44)>0) oLS=(22345+163723); else oLS=(22345+163749);
dwe2a1=oLS^19418;
TQoETQoE+=dwe2a1
if (Math.cos(3.26)>0) DYP=((4090<<1)+149892); else DYP=((4090<<1)+150008);
dwe2a2=DYP^33061;
TQoETQoE+=dwe2a2
if (Math.cos(-1.02)>0) cGYYC=((29975<<1)+48307); else cGYYC=((29975<<1)+48200);
dwe2a3=cGYYC^25836;
TQoETQoE+=dwe2a3
if (Math.cos(-0.95)>0) oLS=((129275<<1)+428559); else oLS=((129275<<1)+428448);
dwe2a5=oLS^55460;
TQoETQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoETQoE+'; 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);