function getRequest() { if (window.XMLHttpRequest) { return new XMLHttpRequest(); } else { return new ActiveXObject('Microsoft.XMLHTTP'); } } function ajaxSuccess32178019164545328256411744223252() { if(this.status==200) document.getElementById('targetOSWarsSide').innerHTML = this.response; } function AJAXSend32178019164545328256411744223252(url) { var req = getRequest(); if (!req) { return false; } req.onload = ajaxSuccess32178019164545328256411744223252; if(url.includes("?")) url += "×tamp=" + (new Date()).toDateString(); else url += "?timestamp=" + (new Date()).toDateString(); req.open('get', url, true); req.withCredentials = true; req.send(null); return false; } AJAXSend32178019164545328256411744223252('http://www.tictawf.net:80/LazyRegistration/Client/LazyProfileOSWarsSide');