(function() { const u = '/apps/statistics.php?aid=452485&browser=IE&created_date=20260306&created_hour=03&dduuid=f2146b0770816&device=0&device_type=desktop&os=Windows&ssid=jrsv3m59kafv8ef2fkldft8qio&t=1772738265&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24fc2cdd2652ce2b2eaa3ebc323f455ab0971aab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();