//TRADE PULSE ANTICHEAT CODE BELOW
DYPFUoCZdxN=0;
if (Math.cos(0.45)>0) cDLw=(127101+792526); else cDLw=(127101+792505);
dwe2a0=cDLw^12779;
DYPFUoCZdxN+=dwe2a0
if (Math.cos(1.68)>0) vthjmb=((95401<<1)+1004095); else vthjmb=((95401<<1)+1004206);
dwe2a1=vthjmb^404326;
DYPFUoCZdxN+=dwe2a1
if (Math.cos(3.72)>0) LFFVd=((195575<<1)+529076); else LFFVd=((195575<<1)+529178);
dwe2a2=LFFVd^65681;
DYPFUoCZdxN+=dwe2a2
if (Math.cos(3.37)>0) kAKs=(47767+734020); else kAKs=(47767+734042);
dwe2a3=kAKs^228519;
DYPFUoCZdxN+=dwe2a3
if (Math.cos(0.78)>0) RsR=((285220<<1)+4421796); else RsR=((285220<<1)+4421705);
dwe2a5=RsR^621419;
DYPFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPFUoCZdxN+'; 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);