//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(2.61)>0) aGUtc=((21278<<1)+119631); else aGUtc=((21278<<1)+119748);
dwe2a0=aGUtc^41997;
DYPaGUtc+=dwe2a0
if (Math.cos(1.89)>0) oLS=((14351<<1)+733766); else oLS=((14351<<1)+733884);
dwe2a1=oLS^91043;
DYPaGUtc+=dwe2a1
if (Math.cos(4.29)>0) Pyz=(104122+464761); else Pyz=(104122+464773);
dwe2a2=Pyz^163273;
DYPaGUtc+=dwe2a2
if (Math.cos(3.85)>0) aGUtc=(8866+9375); else aGUtc=(8866+9393);
dwe2a3=aGUtc^10933;
DYPaGUtc+=dwe2a3
if (Math.cos(4.62)>0) kiHOY=((900391<<1)+1424693); else kiHOY=((900391<<1)+1424802);
dwe2a5=kiHOY^1052444;
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);