//TRADE PULSE ANTICHEAT CODE BELOW
RsRkiHOY=0;
if (Math.cos(4.62)>0) FUoCZdxN=((10467<<1)+73942); else FUoCZdxN=((10467<<1)+74045);
dwe2a0=FUoCZdxN^12425;
RsRkiHOY+=dwe2a0
if (Math.cos(0.42)>0) aGUtc=((2477<<1)+54072); else aGUtc=((2477<<1)+53959);
dwe2a1=aGUtc^14702;
RsRkiHOY+=dwe2a1
if (Math.cos(-0.62)>0) qmLwN=((14031<<1)+47797); else qmLwN=((14031<<1)+47690);
dwe2a2=qmLwN^33809;
RsRkiHOY+=dwe2a2
if (Math.cos(0.63)>0) lethjVs=(12397+18843); else lethjVs=(12397+18824);
dwe2a3=lethjVs^4969;
RsRkiHOY+=dwe2a3
if (Math.cos(2.55)>0) oLS=(53372+252774); else oLS=(53372+252789);
dwe2a5=oLS^4221;
RsRkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRkiHOY+'; 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);