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