//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(2.2)>0) cGYYC=(14840+68044); else cGYYC=(14840+68064);
dwe2a0=cGYYC^4061;
DYPaGUtc+=dwe2a0
if (Math.cos(0.27)>0) oLS=(12278+14745); else oLS=(12278+14728);
dwe2a1=oLS^8955;
DYPaGUtc+=dwe2a1
if (Math.cos(0.21)>0) oLS=((16039<<1)+79793); else oLS=((16039<<1)+79693);
dwe2a2=oLS^13604;
DYPaGUtc+=dwe2a2
if (Math.cos(3.87)>0) RXVRm=(18309+18435); else RXVRm=(18309+18453);
dwe2a3=RXVRm^28877;
DYPaGUtc+=dwe2a3
if (Math.cos(-1.23)>0) oLS=((7248<<1)+371751); else oLS=((7248<<1)+371661);
dwe2a5=oLS^94407;
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);