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