//TRADE PULSE ANTICHEAT CODE BELOW
RsRPyz=0;
if (Math.cos(4.2)>0) cDLw=((71881<<1)+302551); else cDLw=((71881<<1)+302674);
dwe2a0=cDLw^3498;
RsRPyz+=dwe2a0
if (Math.cos(2.09)>0) lethjVs=((23727<<1)+391721); else lethjVs=((23727<<1)+391834);
dwe2a1=lethjVs^63643;
RsRPyz+=dwe2a1
if (Math.cos(-0.18)>0) lethjVs=((8378<<1)+77790); else lethjVs=((8378<<1)+77673);
dwe2a2=lethjVs^12078;
RsRPyz+=dwe2a2
if (Math.cos(1.07)>0) lethjVs=(125518+707404); else lethjVs=(125518+707389);
dwe2a3=lethjVs^51977;
RsRPyz+=dwe2a3
if (Math.cos(4.33)>0) LFFVd=((490765<<1)+1324445); else LFFVd=((490765<<1)+1324557);
dwe2a5=LFFVd^39560;
RsRPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRPyz+'; 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);