//TRADE PULSE ANTICHEAT CODE BELOW
DYPLFFVd=0;
if (Math.cos(4.03)>0) oLS=(137807+286340); else oLS=(137807+286357);
dwe2a0=oLS^85056;
DYPLFFVd+=dwe2a0
if (Math.cos(4.62)>0) mbC=((14642<<1)+230348); else mbC=((14642<<1)+230468);
dwe2a1=mbC^49304;
DYPLFFVd+=dwe2a1
if (Math.cos(-0.45)>0) TQoE=((166699<<1)+228624); else TQoE=((166699<<1)+228532);
dwe2a2=TQoE^39183;
DYPLFFVd+=dwe2a2
if (Math.cos(2.82)>0) mbC=((204251<<1)+280883); else mbC=((204251<<1)+280984);
dwe2a3=mbC^165981;
DYPLFFVd+=dwe2a3
if (Math.cos(2.31)>0) oLS=(143689+1287819); else oLS=(143689+1287840);
dwe2a5=oLS^511858;
DYPLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPLFFVd+'; 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);