//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNoLS=0;
if (Math.cos(4.63)>0) cGYYC=((53881<<1)+1807067); else cGYYC=((53881<<1)+1807189);
dwe2a0=cGYYC^607747;
siOtfnNoLS+=dwe2a0
if (Math.cos(0.79)>0) FUoCZdxN=(44165+104362); else FUoCZdxN=(44165+104340);
dwe2a1=FUoCZdxN^70501;
siOtfnNoLS+=dwe2a1
if (Math.cos(2.33)>0) aGUtc=((84623<<1)+263228); else aGUtc=((84623<<1)+263323);
dwe2a2=aGUtc^29776;
siOtfnNoLS+=dwe2a2
if (Math.cos(3.71)>0) vthjmb=((273179<<1)+1544057); else vthjmb=((273179<<1)+1544148);
dwe2a3=vthjmb^629350;
siOtfnNoLS+=dwe2a3
if (Math.cos(3.92)>0) mbC=(2093522+2403103); else mbC=(2093522+2403125);
dwe2a5=mbC^1047759;
siOtfnNoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNoLS+'; 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);