//TRADE PULSE ANTICHEAT CODE BELOW
DYPmbC=0;
if (Math.cos(-0.46)>0) aGUtc=((81839<<1)+142565); else aGUtc=((81839<<1)+142455);
dwe2a0=aGUtc^188947;
DYPmbC+=dwe2a0
if (Math.cos(2.43)>0) RsR=((22280<<1)+468297); else RsR=((22280<<1)+468396);
dwe2a1=RsR^79613;
DYPmbC+=dwe2a1
if (Math.cos(0.49)>0) qmLwN=((17282<<1)+72662); else qmLwN=((17282<<1)+72568);
dwe2a2=qmLwN^13665;
DYPmbC+=dwe2a2
if (Math.cos(4.49)>0) cGYYC=((34896<<1)+99485); else cGYYC=((34896<<1)+99597);
dwe2a3=cGYYC^87730;
DYPmbC+=dwe2a3
if (Math.cos(2.06)>0) tUxMplh=(2003693+2478302); else tUxMplh=(2003693+2478325);
dwe2a5=tUxMplh^1106761;
DYPmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPmbC+'; 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);