//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(2.71)>0) Pyz=(27828+440165); else Pyz=(27828+440191);
dwe2a0=Pyz^101864;
DYPaGUtc+=dwe2a0
if (Math.cos(2.87)>0) LFFVd=((27320<<1)+325846); else LFFVd=((27320<<1)+325951);
dwe2a1=LFFVd^43110;
DYPaGUtc+=dwe2a1
if (Math.cos(1.86)>0) LFFVd=((1878<<1)+26922); else LFFVd=((1878<<1)+27031);
dwe2a2=LFFVd^9989;
DYPaGUtc+=dwe2a2
if (Math.cos(0.38)>0) vthjmb=((322478<<1)+372803); else vthjmb=((322478<<1)+372701);
dwe2a3=vthjmb^154384;
DYPaGUtc+=dwe2a3
if (Math.cos(3.1)>0) aGUtc=(1043603+1736923); else aGUtc=(1043603+1736942);
dwe2a5=aGUtc^1078486;
DYPaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPaGUtc+'; 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);