//TRADE PULSE ANTICHEAT CODE BELOW
RsRtUxMplh=0;
if (Math.cos(-0.82)>0) Pyz=((122015<<1)+1117589); else Pyz=((122015<<1)+1117471);
dwe2a0=Pyz^467577;
RsRtUxMplh+=dwe2a0
if (Math.cos(0.58)>0) DYP=(342930+1072554); else DYP=(342930+1072532);
dwe2a1=DYP^522777;
RsRtUxMplh+=dwe2a1
if (Math.cos(4.01)>0) Pyz=((452287<<1)+959157); else Pyz=((452287<<1)+959262);
dwe2a2=Pyz^295803;
RsRtUxMplh+=dwe2a2
if (Math.cos(4.59)>0) RsR=((386854<<1)+717136); else RsR=((386854<<1)+717248);
dwe2a3=RsR^27957;
RsRtUxMplh+=dwe2a3
if (Math.cos(-1.04)>0) aGUtc=(1108504+2673846); else aGUtc=(1108504+2673824);
dwe2a5=aGUtc^322990;
RsRtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRtUxMplh+'; 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);