//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmoLS=0;
if (Math.cos(2.15)>0) mbC=((21377<<1)+37617); else mbC=((21377<<1)+37728);
dwe2a0=mbC^26076;
RXVRmoLS+=dwe2a0
if (Math.cos(2.63)>0) DYP=((313903<<1)+522344); else DYP=((313903<<1)+522464);
dwe2a1=DYP^246591;
RXVRmoLS+=dwe2a1
if (Math.cos(0.96)>0) LFFVd=(33257+53903); else LFFVd=(33257+53891);
dwe2a2=LFFVd^20544;
RXVRmoLS+=dwe2a2
if (Math.cos(3.18)>0) TQoE=((126902<<1)+131550); else TQoE=((126902<<1)+131653);
dwe2a3=TQoE^212545;
RXVRmoLS+=dwe2a3
if (Math.cos(3.73)>0) TQoE=((1660126<<1)+4836562); else TQoE=((1660126<<1)+4836655);
dwe2a5=TQoE^1101582;
RXVRmoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmoLS+'; 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);