(function() { const u = '/apps/statistics.php?aid=454305&browser=IE&created_date=20260308&created_hour=06&dduuid=eaf22b1690a62&device=0&device_type=desktop&os=Windows&ssid=it07srdfo6hmtdg5vdcrl6mgtd&t=1772923815&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d080ea83c7509b7cced9cf99918d6b4e95ff6421&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();