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