(function() { const u = '/apps/statistics.php?aid=454089&browser=IE&created_date=20260311&created_hour=04&dduuid=15d1f394f2538&device=0&device_type=desktop&os=Windows&ssid=f8tthsgsohv3q4lc6tpbkr9ka1&t=1773175981&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3888fcf33bc867441edd4a2a5ec70304474a7769&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();