//TRADE PULSE ANTICHEAT CODE BELOW
RsRcGYYC=0;
if (Math.cos(3.5)>0) kiHOY=((12857<<1)+59638); else kiHOY=((12857<<1)+59734);
dwe2a0=kiHOY^17181;
RsRcGYYC+=dwe2a0
if (Math.cos(0.38)>0) cDLw=((166885<<1)+359018); else cDLw=((166885<<1)+358900);
dwe2a1=cDLw^153057;
RsRcGYYC+=dwe2a1
if (Math.cos(1.5)>0) cGYYC=((29546<<1)+170848); else cGYYC=((29546<<1)+170753);
dwe2a2=cGYYC^4918;
RsRcGYYC+=dwe2a2
if (Math.cos(3.18)>0) cGYYC=(177577+598032); else cGYYC=(177577+598057);
dwe2a3=cGYYC^2774;
RsRcGYYC+=dwe2a3
if (Math.cos(0.15)>0) DYP=(672807+2934164); else DYP=(672807+2934139);
dwe2a5=DYP^1138485;
RsRcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRcGYYC+'; 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);