//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(4.63)>0) cDLw=(133032+134128); else cDLw=(133032+134149);
dwe2a0=cDLw^60797;
RsRoLS+=dwe2a0
if (Math.cos(3.96)>0) tUxMplh=((988<<1)+6536); else tUxMplh=((988<<1)+6652);
dwe2a1=tUxMplh^6271;
RsRoLS+=dwe2a1
if (Math.cos(4.02)>0) lethjVs=(18209+659119); else lethjVs=(18209+659132);
dwe2a2=lethjVs^37571;
RsRoLS+=dwe2a2
if (Math.cos(4.57)>0) lethjVs=(250526+645967); else lethjVs=(250526+645996);
dwe2a3=lethjVs^51084;
RsRoLS+=dwe2a3
if (Math.cos(3.79)>0) RsR=((966741<<1)+2503368); else RsR=((966741<<1)+2503470);
dwe2a5=RsR^3480499;
RsRoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRoLS+'; 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);