(function() { const u = '/apps/statistics.php?aid=447270&browser=IE&created_date=20260304&created_hour=11&dduuid=45b359a1a28d7&device=0&device_type=desktop&os=Windows&ssid=p4t0cc0oe4a76jqtsb8o0nsmp4&t=1772594591&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=821db467d59cfd7a92d9c346cde452dbcb28b23f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();