//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcTQoE=0;
if (Math.cos(4.3)>0) Pyz=((76749<<1)+121062); else Pyz=((76749<<1)+121182);
dwe2a0=Pyz^65550;
aGUtcTQoE+=dwe2a0
if (Math.cos(-0.83)>0) tUxMplh=(289327+398567); else tUxMplh=(289327+398550);
dwe2a1=tUxMplh^147981;
aGUtcTQoE+=dwe2a1
if (Math.cos(-1.37)>0) aGUtc=((29285<<1)+479641); else aGUtc=((29285<<1)+479521);
dwe2a2=aGUtc^29188;
aGUtcTQoE+=dwe2a2
if (Math.cos(3.76)>0) DYP=((241296<<1)+257687); else DYP=((241296<<1)+257800);
dwe2a3=DYP^65750;
aGUtcTQoE+=dwe2a3
if (Math.cos(2.22)>0) tUxMplh=((1523394<<1)+2642634); else tUxMplh=((1523394<<1)+2642740);
dwe2a5=tUxMplh^1723663;
aGUtcTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcTQoE+'; 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);