//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNDYP=0;
if (Math.cos(1.68)>0) DYP=(7674+10922); else DYP=(7674+10948);
dwe2a0=DYP^1696;
siOtfnNDYP+=dwe2a0
if (Math.cos(0.66)>0) FUoCZdxN=((3673<<1)+13459); else FUoCZdxN=((3673<<1)+13368);
dwe2a1=FUoCZdxN^4394;
siOtfnNDYP+=dwe2a1
if (Math.cos(3.03)>0) qmLwN=(9991+13841); else qmLwN=(9991+13861);
dwe2a2=qmLwN^3843;
siOtfnNDYP+=dwe2a2
if (Math.cos(2.06)>0) RsR=((14217<<1)+19421); else RsR=((14217<<1)+19540);
dwe2a3=RsR^15671;
siOtfnNDYP+=dwe2a3
if (Math.cos(-0.43)>0) HGKRjeX=((23807<<1)+86728); else HGKRjeX=((23807<<1)+86619);
dwe2a5=HGKRjeX^11388;
siOtfnNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNDYP+'; 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);