//TRADE PULSE ANTICHEAT CODE BELOW
DYPTQoE=0;
if (Math.cos(4.67)>0) LFFVd=((27160<<1)+705719); else LFFVd=((27160<<1)+705811);
dwe2a0=LFFVd^234333;
DYPTQoE+=dwe2a0
if (Math.cos(1.18)>0) RXVRm=(181957+254642); else RXVRm=(181957+254618);
dwe2a1=RXVRm^144829;
DYPTQoE+=dwe2a1
if (Math.cos(0.02)>0) cGYYC=((58725<<1)+366162); else cGYYC=((58725<<1)+366049);
dwe2a2=cGYYC^93276;
DYPTQoE+=dwe2a2
if (Math.cos(1.46)>0) tUxMplh=((12661<<1)+125594); else tUxMplh=((12661<<1)+125479);
dwe2a3=tUxMplh^86357;
DYPTQoE+=dwe2a3
if (Math.cos(2.6)>0) oLS=((99457<<1)+1091310); else oLS=((99457<<1)+1091407);
dwe2a5=oLS^590608;
DYPTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPTQoE+'; 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);