//TRADE PULSE ANTICHEAT CODE BELOW
oLSkAKs=0;
if (Math.cos(0.33)>0) RXVRm=(71640+214531); else RXVRm=(71640+214514);
dwe2a0=RXVRm^138719;
oLSkAKs+=dwe2a0
if (Math.cos(3.48)>0) vthjmb=((21866<<1)+513847); else vthjmb=((21866<<1)+513963);
dwe2a1=vthjmb^43304;
oLSkAKs+=dwe2a1
if (Math.cos(2.47)>0) siOtfnN=((16675<<1)+279302); else siOtfnN=((16675<<1)+279395);
dwe2a2=siOtfnN^53310;
oLSkAKs+=dwe2a2
if (Math.cos(1.33)>0) tUxMplh=((89315<<1)+491512); else tUxMplh=((89315<<1)+491421);
dwe2a3=tUxMplh^223363;
oLSkAKs+=dwe2a3
if (Math.cos(3.78)>0) tUxMplh=(499153+730040); else tUxMplh=(499153+730061);
dwe2a5=tUxMplh^378304;
oLSkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSkAKs+'; 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);