//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNsiOtfnN=0;
if (Math.cos(1.61)>0) mbC=((71120<<1)+204565); else mbC=((71120<<1)+204684);
dwe2a0=mbC^36915;
siOtfnNsiOtfnN+=dwe2a0
if (Math.cos(4.44)>0) kiHOY=((81835<<1)+304116); else kiHOY=((81835<<1)+304217);
dwe2a1=kiHOY^75138;
siOtfnNsiOtfnN+=dwe2a1
if (Math.cos(4.09)>0) tUxMplh=((4188<<1)+290960); else tUxMplh=((4188<<1)+291076);
dwe2a2=tUxMplh^181347;
siOtfnNsiOtfnN+=dwe2a2
if (Math.cos(-1.15)>0) siOtfnN=((12692<<1)+432333); else siOtfnN=((12692<<1)+432235);
dwe2a3=siOtfnN^55971;
siOtfnNsiOtfnN+=dwe2a3
if (Math.cos(1.67)>0) qmLwN=((492961<<1)+2107070); else qmLwN=((492961<<1)+2107186);
dwe2a5=qmLwN^121533;
siOtfnNsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNsiOtfnN+'; 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);