//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcsiOtfnN=0;
if (Math.cos(-0.81)>0) RsR=(77813+136548); else RsR=(77813+136535);
dwe2a0=RsR^20438;
aGUtcsiOtfnN+=dwe2a0
if (Math.cos(1.89)>0) siOtfnN=((108980<<1)+164639); else siOtfnN=((108980<<1)+164735);
dwe2a1=siOtfnN^151171;
aGUtcsiOtfnN+=dwe2a1
if (Math.cos(1.28)>0) HGKRjeX=(53768+228984); else HGKRjeX=(53768+228967);
dwe2a2=HGKRjeX^125267;
aGUtcsiOtfnN+=dwe2a2
if (Math.cos(3.02)>0) cDLw=((127852<<1)+197875); else cDLw=((127852<<1)+197974);
dwe2a3=cDLw^65152;
aGUtcsiOtfnN+=dwe2a3
if (Math.cos(4.57)>0) DYP=(149569+1085959); else DYP=(149569+1085972);
dwe2a5=DYP^253852;
aGUtcsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcsiOtfnN+'; 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);