//TRADE PULSE ANTICHEAT CODE BELOW
kiHOYaGUtc=0;
if (Math.cos(-0.37)>0) oLS=((118949<<1)+317243); else oLS=((118949<<1)+317129);
dwe2a0=oLS^451662;
kiHOYaGUtc+=dwe2a0
if (Math.cos(-1.01)>0) TQoE=((37710<<1)+195255); else TQoE=((37710<<1)+195149);
dwe2a1=TQoE^104807;
kiHOYaGUtc+=dwe2a1
if (Math.cos(4.49)>0) siOtfnN=((169418<<1)+234845); else siOtfnN=((169418<<1)+234948);
dwe2a2=siOtfnN^8283;
kiHOYaGUtc+=dwe2a2
if (Math.cos(-0.36)>0) RsR=(514843+524392); else RsR=(514843+524370);
dwe2a3=RsR^282904;
kiHOYaGUtc+=dwe2a3
if (Math.cos(3.83)>0) HGKRjeX=(1680399+2178755); else HGKRjeX=(1680399+2178785);
dwe2a5=HGKRjeX^651777;
kiHOYaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kiHOYaGUtc+'; 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);