//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(1.76)>0) DYP=((92391<<1)+1121287); else DYP=((92391<<1)+1121408);
dwe2a0=DYP^229189;
RsRoLS+=dwe2a0
if (Math.cos(2.86)>0) LFFVd=(201927+648485); else LFFVd=(201927+648502);
dwe2a1=LFFVd^193220;
RsRoLS+=dwe2a1
if (Math.cos(2.06)>0) Pyz=((6986<<1)+8878); else Pyz=((6986<<1)+8978);
dwe2a2=Pyz^10126;
RsRoLS+=dwe2a2
if (Math.cos(4.44)>0) siOtfnN=(140130+730945); else siOtfnN=(140130+730975);
dwe2a3=siOtfnN^123113;
RsRoLS+=dwe2a3
if (Math.cos(3.07)>0) TQoE=(320240+3356400); else TQoE=(320240+3356413);
dwe2a5=TQoE^1335736;
RsRoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRoLS+'; 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);