//TRADE PULSE ANTICHEAT CODE BELOW
RsRsiOtfnN=0;
if (Math.cos(0.38)>0) qmLwN=((27108<<1)+79364); else qmLwN=((27108<<1)+79258);
dwe2a0=qmLwN^84432;
RsRsiOtfnN+=dwe2a0
if (Math.cos(-1.47)>0) FUoCZdxN=(46568+275589); else FUoCZdxN=(46568+275576);
dwe2a1=FUoCZdxN^83183;
RsRsiOtfnN+=dwe2a1
if (Math.cos(1.67)>0) lethjVs=((9195<<1)+9111); else lethjVs=((9195<<1)+9232);
dwe2a2=lethjVs^2043;
RsRsiOtfnN+=dwe2a2
if (Math.cos(-0.16)>0) oLS=(1175+129760); else oLS=(1175+129738);
dwe2a3=oLS^21646;
RsRsiOtfnN+=dwe2a3
if (Math.cos(-0.29)>0) RsR=((416877<<1)+3089867); else RsR=((416877<<1)+3089761);
dwe2a5=RsR^150816;
RsRsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRsiOtfnN+'; 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);