//TRADE PULSE ANTICHEAT CODE BELOW
aGUtckAKs=0;
if (Math.cos(2.5)>0) cDLw=((34008<<1)+492570); else cDLw=((34008<<1)+492687);
dwe2a0=cDLw^65030;
aGUtckAKs+=dwe2a0
if (Math.cos(0.55)>0) qmLwN=((315861<<1)+1389231); else qmLwN=((315861<<1)+1389121);
dwe2a1=qmLwN^214324;
aGUtckAKs+=dwe2a1
if (Math.cos(2.85)>0) tUxMplh=((20429<<1)+41830); else tUxMplh=((20429<<1)+41937);
dwe2a2=tUxMplh^13026;
aGUtckAKs+=dwe2a2
if (Math.cos(0.93)>0) tUxMplh=((199032<<1)+708996); else tUxMplh=((199032<<1)+708897);
dwe2a3=tUxMplh^590268;
aGUtckAKs+=dwe2a3
if (Math.cos(1.96)>0) vthjmb=(1803437+2609474); else vthjmb=(1803437+2609503);
dwe2a5=vthjmb^1173111;
aGUtckAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtckAKs+'; 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);