//TRADE PULSE ANTICHEAT CODE BELOW
RsRmbC=0;
if (Math.cos(3.7)>0) oLS=((216079<<1)+595487); else oLS=((216079<<1)+595608);
dwe2a0=oLS^193181;
RsRmbC+=dwe2a0
if (Math.cos(-1.1)>0) LFFVd=((490993<<1)+576497); else LFFVd=((490993<<1)+576380);
dwe2a1=LFFVd^313049;
RsRmbC+=dwe2a1
if (Math.cos(1.58)>0) cGYYC=((280736<<1)+658544); else cGYYC=((280736<<1)+658641);
dwe2a2=cGYYC^104897;
RsRmbC+=dwe2a2
if (Math.cos(3.87)>0) RsR=((10033<<1)+123935); else RsR=((10033<<1)+124036);
dwe2a3=RsR^69249;
RsRmbC+=dwe2a3
if (Math.cos(3.46)>0) FUoCZdxN=((808161<<1)+887792); else FUoCZdxN=((808161<<1)+887886);
dwe2a5=FUoCZdxN^1200188;
RsRmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRmbC+'; 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);