//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNoLS=0;
if (Math.cos(3.58)>0) oLS=(677+31764); else oLS=(677+31790);
dwe2a0=oLS^7504;
siOtfnNoLS+=dwe2a0
if (Math.cos(3.91)>0) RXVRm=(265221+809377); else RXVRm=(265221+809397);
dwe2a1=RXVRm^65189;
siOtfnNoLS+=dwe2a1
if (Math.cos(0.44)>0) RXVRm=((223421<<1)+1022218); else RXVRm=((223421<<1)+1022112);
dwe2a2=RXVRm^450281;
siOtfnNoLS+=dwe2a2
if (Math.cos(1.78)>0) cDLw=((20425<<1)+98744); else cDLw=((20425<<1)+98849);
dwe2a3=cDLw^25716;
siOtfnNoLS+=dwe2a3
if (Math.cos(3.45)>0) kiHOY=(888729+4900051); else kiHOY=(888729+4900070);
dwe2a5=kiHOY^1574984;
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);