function getRequest() { if (window.XMLHttpRequest) { return new XMLHttpRequest(); } else { return new ActiveXObject('Microsoft.XMLHTTP'); } } function ajaxSuccess76369254932542629053212218750079() { if(this.status==200) document.getElementById('targetWhichLanguagePlatformYouUseTheMost').innerHTML = this.response; } function AJAXSend76369254932542629053212218750079(url) { var req = getRequest(); if (!req) { return false; } req.onload = ajaxSuccess76369254932542629053212218750079; 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; } AJAXSend76369254932542629053212218750079('http://www.tictawf.net:80/LazyRegistration/Client/LazyProfileWhichLanguagePlatformYouUseTheMost');