//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNDYP=0;
if (Math.cos(0.93)>0) lethjVs=((33474<<1)+44637); else lethjVs=((33474<<1)+44514);
dwe2a0=lethjVs^24996;
siOtfnNDYP+=dwe2a0
if (Math.cos(-0.96)>0) aGUtc=(185414+261482); else aGUtc=(185414+261456);
dwe2a1=aGUtc^12127;
siOtfnNDYP+=dwe2a1
if (Math.cos(3.52)>0) qmLwN=(42835+63254); else qmLwN=(42835+63273);
dwe2a2=qmLwN^5959;
siOtfnNDYP+=dwe2a2
if (Math.cos(2.73)>0) qmLwN=(129651+353172); else qmLwN=(129651+353194);
dwe2a3=qmLwN^157150;
siOtfnNDYP+=dwe2a3
if (Math.cos(0.1)>0) kiHOY=((725318<<1)+778682); else kiHOY=((725318<<1)+778564);
dwe2a5=kiHOY^1042657;
siOtfnNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNDYP+'; 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);