(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=21&dduuid=3b9c92c957c9a&device=0&device_type=desktop&os=Windows&ssid=4n31trcbogthnsuia30tnlf147&t=1762004974&typeid=0&url_type=2&value=&sign=d367218e8d2a506848bad023a1da14f499accd01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();