//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNoLS=0;
if (Math.cos(-0.75)>0) aGUtc=(230914+1255390); else aGUtc=(230914+1255371);
dwe2a0=aGUtc^168909;
siOtfnNoLS+=dwe2a0
if (Math.cos(2.95)>0) mbC=(20955+370325); else mbC=(20955+370353);
dwe2a1=mbC^105756;
siOtfnNoLS+=dwe2a1
if (Math.cos(-1.53)>0) kiHOY=(6412+266583); else kiHOY=(6412+266571);
dwe2a2=kiHOY^196748;
siOtfnNoLS+=dwe2a2
if (Math.cos(-1.03)>0) qmLwN=((44619<<1)+240723); else qmLwN=((44619<<1)+240609);
dwe2a3=qmLwN^52484;
siOtfnNoLS+=dwe2a3
if (Math.cos(-0.67)>0) FUoCZdxN=(2004105+2716594); else FUoCZdxN=(2004105+2716581);
dwe2a5=FUoCZdxN^2019603;
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);