(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251116&created_hour=20&dduuid=296ebc7015cc6&device=0&device_type=desktop&os=Windows&ssid=8uiqf995umgqkvqfnqkvl2s5ru&t=1763296823&typeid=0&url_type=2&value=&sign=d006ffdb4fe0815305f5b0688ca32b631df62871&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();