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