//TRADE PULSE ANTICHEAT CODE BELOW
oLScDLw=0;
if (Math.cos(-0.89)>0) mbC=(341731+1037687); else mbC=(341731+1037669);
dwe2a0=mbC^85712;
oLScDLw+=dwe2a0
if (Math.cos(2.1)>0) RXVRm=((366331<<1)+454943); else RXVRm=((366331<<1)+455040);
dwe2a1=RXVRm^224007;
oLScDLw+=dwe2a1
if (Math.cos(-0.36)>0) DYP=(169332+198978); else DYP=(169332+198963);
dwe2a2=DYP^107900;
oLScDLw+=dwe2a2
if (Math.cos(3.93)>0) RsR=((122964<<1)+409133); else RsR=((122964<<1)+409245);
dwe2a3=RsR^221982;
oLScDLw+=dwe2a3
if (Math.cos(0.99)>0) RsR=((334009<<1)+5398732); else RsR=((334009<<1)+5398626);
dwe2a5=RsR^2010426;
oLScDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLScDLw+'; 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);