//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNRsR=0;
if (Math.cos(3.55)>0) tUxMplh=((28102<<1)+295849); else tUxMplh=((28102<<1)+295943);
dwe2a0=tUxMplh^79824;
siOtfnNRsR+=dwe2a0
if (Math.cos(2.89)>0) DYP=((2523<<1)+288386); else DYP=((2523<<1)+288492);
dwe2a1=DYP^138327;
siOtfnNRsR+=dwe2a1
if (Math.cos(1.73)>0) LFFVd=(347086+380013); else LFFVd=(347086+380035);
dwe2a2=LFFVd^129673;
siOtfnNRsR+=dwe2a2
if (Math.cos(4.48)>0) tUxMplh=(5928+812394); else tUxMplh=(5928+812422);
dwe2a3=tUxMplh^110886;
siOtfnNRsR+=dwe2a3
if (Math.cos(4.64)>0) siOtfnN=(29975+3180701); else siOtfnN=(29975+3180729);
dwe2a5=siOtfnN^142193;
siOtfnNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNRsR+'; 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);