//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNcDLw=0;
if (Math.cos(2.89)>0) tUxMplh=(206046+739928); else tUxMplh=(206046+739955);
dwe2a0=tUxMplh^367159;
qmLwNcDLw+=dwe2a0
if (Math.cos(4.28)>0) aGUtc=((38316<<1)+118324); else aGUtc=((38316<<1)+118419);
dwe2a1=aGUtc^33870;
qmLwNcDLw+=dwe2a1
if (Math.cos(4.11)>0) oLS=(61343+220250); else oLS=(61343+220273);
dwe2a2=oLS^136410;
qmLwNcDLw+=dwe2a2
if (Math.cos(2.98)>0) cGYYC=((13417<<1)+270633); else cGYYC=((13417<<1)+270756);
dwe2a3=cGYYC^130696;
qmLwNcDLw+=dwe2a3
if (Math.cos(3.92)>0) RsR=((164635<<1)+5671977); else RsR=((164635<<1)+5672067);
dwe2a5=RsR^2009130;
qmLwNcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNcDLw+'; 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);