//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(3.6)>0) RsR=(161627+1043768); else RsR=(161627+1043788);
dwe2a0=RsR^246960;
RsRoLS+=dwe2a0
if (Math.cos(3.51)>0) qmLwN=((22315<<1)+124348); else qmLwN=((22315<<1)+124458);
dwe2a1=qmLwN^89935;
RsRoLS+=dwe2a1
if (Math.cos(-0.24)>0) tUxMplh=((139603<<1)+304940); else tUxMplh=((139603<<1)+304833);
dwe2a2=tUxMplh^137990;
RsRoLS+=dwe2a2
if (Math.cos(4.14)>0) kAKs=((35263<<1)+78338); else kAKs=((35263<<1)+78451);
dwe2a3=kAKs^56712;
RsRoLS+=dwe2a3
if (Math.cos(-0.58)>0) LFFVd=(730376+5845711); else LFFVd=(730376+5845696);
dwe2a5=LFFVd^2297845;
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);