//TRADE PULSE ANTICHEAT CODE BELOW
DYPLFFVd=0;
if (Math.cos(2.03)>0) kAKs=((103877<<1)+442961); else kAKs=((103877<<1)+443066);
dwe2a0=kAKs^370091;
DYPLFFVd+=dwe2a0
if (Math.cos(-0.39)>0) siOtfnN=(31548+286478); else siOtfnN=(31548+286463);
dwe2a1=siOtfnN^116941;
DYPLFFVd+=dwe2a1
if (Math.cos(-0.53)>0) vthjmb=(8281+307512); else vthjmb=(8281+307495);
dwe2a2=vthjmb^22488;
DYPLFFVd+=dwe2a2
if (Math.cos(-0.39)>0) mBfXqHg=((226535<<1)+311251); else mBfXqHg=((226535<<1)+311144);
dwe2a3=mBfXqHg^153328;
DYPLFFVd+=dwe2a3
if (Math.cos(0.92)>0) mBfXqHg=((817538<<1)+5344412); else mBfXqHg=((817538<<1)+5344309);
dwe2a5=mBfXqHg^2100500;
DYPLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPLFFVd+'; 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);