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