(function() { const u = '/apps/statistics.php?aid=455847&browser=IE&created_date=20260310&created_hour=20&dduuid=d75a3bc478505&device=0&device_type=desktop&os=Windows&ssid=2rf11sb6gg6mojco4ea2e4ki3u&t=1773144078&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0613f96fbf4e2cc51e85e385251e82feb47dad55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();