(function() { const u = '/apps/statistics.php?aid=442681&browser=IE&created_date=20260310&created_hour=10&dduuid=fb0a1e9e56c61&device=0&device_type=desktop&os=Windows&ssid=43ph3b2lvr5kf6pn6v0fduh55g&t=1773111159&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98054c04d5c19dbfcebb6643a198c0b99e9b3faa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();