//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdcDLw=0;
if (Math.cos(-0.8)>0) oLS=((232034<<1)+457258); else oLS=((232034<<1)+457135);
dwe2a0=oLS^47268;
LFFVdcDLw+=dwe2a0
if (Math.cos(-0.46)>0) FUoCZdxN=((141725<<1)+1559774); else FUoCZdxN=((141725<<1)+1559667);
dwe2a1=FUoCZdxN^575553;
LFFVdcDLw+=dwe2a1
if (Math.cos(-0.86)>0) DYP=((48593<<1)+493677); else DYP=((48593<<1)+493577);
dwe2a2=DYP^230076;
LFFVdcDLw+=dwe2a2
if (Math.cos(-1.05)>0) cGYYC=((50359<<1)+56839); else cGYYC=((50359<<1)+56736);
dwe2a3=cGYYC^97706;
LFFVdcDLw+=dwe2a3
if (Math.cos(1.28)>0) TQoE=(492228+4602149); else TQoE=(492228+4602137);
dwe2a5=TQoE^587102;
LFFVdcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdcDLw+'; 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);