//TRADE PULSE ANTICHEAT CODE BELOW
DYPTQoE=0;
if (Math.cos(0.08)>0) kAKs=(49795+364602); else kAKs=(49795+364580);
dwe2a0=kAKs^61786;
DYPTQoE+=dwe2a0
if (Math.cos(-1.23)>0) oLS=(118151+527873); else oLS=(118151+527861);
dwe2a1=oLS^113890;
DYPTQoE+=dwe2a1
if (Math.cos(1)>0) mbC=((104675<<1)+115195); else mbC=((104675<<1)+115103);
dwe2a2=mbC^98349;
DYPTQoE+=dwe2a2
if (Math.cos(1.91)>0) aGUtc=((67187<<1)+595114); else aGUtc=((67187<<1)+595230);
dwe2a3=aGUtc^240211;
DYPTQoE+=dwe2a3
if (Math.cos(1.95)>0) aGUtc=((92293<<1)+388298); else aGUtc=((92293<<1)+388394);
dwe2a5=aGUtc^467802;
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);