//TRADE PULSE ANTICHEAT CODE BELOW
cDLwTQoE=0;
if (Math.cos(3.97)>0) DYP=((165069<<1)+926129); else DYP=((165069<<1)+926225);
dwe2a0=DYP^26093;
cDLwTQoE+=dwe2a0
if (Math.cos(-0.98)>0) Pyz=((32431<<1)+240887); else Pyz=((32431<<1)+240795);
dwe2a1=Pyz^133556;
cDLwTQoE+=dwe2a1
if (Math.cos(0.43)>0) siOtfnN=(47928+85059); else siOtfnN=(47928+85044);
dwe2a2=siOtfnN^124053;
cDLwTQoE+=dwe2a2
if (Math.cos(1.57)>0) cDLw=((4460<<1)+25733); else cDLw=((4460<<1)+25635);
dwe2a3=cDLw^999;
cDLwTQoE+=dwe2a3
if (Math.cos(3.07)>0) TQoE=(2166454+2522387); else TQoE=(2166454+2522402);
dwe2a5=TQoE^104941;
cDLwTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwTQoE+'; 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);