//TRADE PULSE ANTICHEAT CODE BELOW
RsRcGYYC=0;
if (Math.cos(-0.16)>0) oLS=(3655+137667); else oLS=(3655+137648);
dwe2a0=oLS^16707;
RsRcGYYC+=dwe2a0
if (Math.cos(3.34)>0) aGUtc=(190976+366211); else aGUtc=(190976+366229);
dwe2a1=aGUtc^150624;
RsRcGYYC+=dwe2a1
if (Math.cos(-1.49)>0) siOtfnN=(71752+229487); else siOtfnN=(71752+229467);
dwe2a2=siOtfnN^113722;
RsRcGYYC+=dwe2a2
if (Math.cos(-0.25)>0) FUoCZdxN=((61650<<1)+107745); else FUoCZdxN=((61650<<1)+107644);
dwe2a3=FUoCZdxN^65666;
RsRcGYYC+=dwe2a3
if (Math.cos(-0.52)>0) RXVRm=((788225<<1)+1239718); else RXVRm=((788225<<1)+1239614);
dwe2a5=RXVRm^188993;
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);