(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=11&dduuid=e2b99172ff049&device=0&device_type=desktop&os=Windows&ssid=1utdau27rb8nnc5g4272gl4lc2&t=1762052537&typeid=0&url_type=2&value=&sign=c02548162b12c2c6b888e95cbcfc75bcc130b1b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();