(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251011&created_hour=09&dduuid=31ea053553bc2&device=0&device_type=desktop&os=Windows&ssid=p3me7g8gsa43kpk6prmdc3qroo&t=1760146431&typeid=0&url_type=2&value=&sign=c9b0f0633cfb6aa6929b38e70f872d33b51a1b88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();