//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(0.19)>0) RsR=((29910<<1)+150397); else RsR=((29910<<1)+150275);
dwe2a0=RsR^26334;
RsRoLS+=dwe2a0
if (Math.cos(4.18)>0) oLS=((16547<<1)+43213); else oLS=((16547<<1)+43316);
dwe2a1=oLS^25368;
RsRoLS+=dwe2a1
if (Math.cos(-1.49)>0) Pyz=(48248+116793); else Pyz=(48248+116776);
dwe2a2=Pyz^43550;
RsRoLS+=dwe2a2
if (Math.cos(-0.47)>0) kiHOY=(265901+884272); else kiHOY=(265901+884248);
dwe2a3=kiHOY^85828;
RsRoLS+=dwe2a3
if (Math.cos(0.65)>0) Pyz=(832096+4641575); else Pyz=(832096+4641554);
dwe2a5=Pyz^1288233;
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);