//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmtUxMplh=0;
if (Math.cos(1.06)>0) cGYYC=((11786<<1)+22804); else cGYYC=((11786<<1)+22710);
dwe2a0=cGYYC^6505;
RXVRmtUxMplh+=dwe2a0
if (Math.cos(1.01)>0) RsR=((342584<<1)+355100); else RsR=((342584<<1)+355007);
dwe2a1=RsR^110148;
RXVRmtUxMplh+=dwe2a1
if (Math.cos(-0.8)>0) aGUtc=(7390+868761); else aGUtc=(7390+868735);
dwe2a2=aGUtc^131455;
RXVRmtUxMplh+=dwe2a2
if (Math.cos(2.45)>0) RsR=((315790<<1)+648749); else RsR=((315790<<1)+648870);
dwe2a3=RsR^280794;
RXVRmtUxMplh+=dwe2a3
if (Math.cos(3.3)>0) tUxMplh=((1368923<<1)+2401851); else tUxMplh=((1368923<<1)+2401942);
dwe2a5=tUxMplh^789974;
RXVRmtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmtUxMplh+'; 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);