//TRADE PULSE ANTICHEAT CODE BELOW
RsRsiOtfnN=0;
if (Math.cos(4.44)>0) cDLw=(357756+505929); else cDLw=(357756+505945);
dwe2a0=cDLw^303573;
RsRsiOtfnN+=dwe2a0
if (Math.cos(1.15)>0) Pyz=((180080<<1)+1467467); else Pyz=((180080<<1)+1467376);
dwe2a1=Pyz^543442;
RsRsiOtfnN+=dwe2a1
if (Math.cos(0.53)>0) mbC=((146621<<1)+1182480); else mbC=((146621<<1)+1182387);
dwe2a2=mbC^21488;
RsRsiOtfnN+=dwe2a2
if (Math.cos(-1.33)>0) cDLw=((48445<<1)+596594); else cDLw=((48445<<1)+596477);
dwe2a3=cDLw^366134;
RsRsiOtfnN+=dwe2a3
if (Math.cos(2.38)>0) cDLw=(1502949+1871347); else cDLw=(1502949+1871367);
dwe2a5=cDLw^489112;
RsRsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRsiOtfnN+'; 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);