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