(function() { const u = '/apps/statistics.php?aid=452468&browser=IE&created_date=20260310&created_hour=20&dduuid=09e6742b7dd92&device=0&device_type=desktop&os=Windows&ssid=efbh1dsqdlbr5rc0l7a0qk7vq4&t=1773145228&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13a747842d439eb478a1bf802c39725ed403e5db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();