(function() { const u = '/apps/statistics.php?aid=453739&browser=IE&created_date=20260311&created_hour=17&dduuid=8ab6956afb572&device=0&device_type=desktop&os=Windows&ssid=i4n77qi9nce7u1on1uu4fhbsrp&t=1773220101&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6f8309d08cbd1aa52b2b1528e50a20b41a84a88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();