//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(1.99)>0) aGUtc=((175431<<1)+410778); else aGUtc=((175431<<1)+410880);
dwe2a0=aGUtc^337448;
DYPaGUtc+=dwe2a0
if (Math.cos(-1)>0) FUoCZdxN=((96246<<1)+127684); else FUoCZdxN=((96246<<1)+127563);
dwe2a1=FUoCZdxN^156775;
DYPaGUtc+=dwe2a1
if (Math.cos(3.77)>0) aGUtc=((100098<<1)+104998); else aGUtc=((100098<<1)+105117);
dwe2a2=aGUtc^112382;
DYPaGUtc+=dwe2a2
if (Math.cos(0.43)>0) tUxMplh=(313955+1094025); else tUxMplh=(313955+1093996);
dwe2a3=tUxMplh^450843;
DYPaGUtc+=dwe2a3
if (Math.cos(1.48)>0) kAKs=((1165821<<1)+3443396); else kAKs=((1165821<<1)+3443280);
dwe2a5=kAKs^1604933;
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);