(function() { const u = '/apps/statistics.php?aid=405460&browser=IE&created_date=20260311&created_hour=06&dduuid=3200ee0004da0&device=0&device_type=desktop&os=Windows&ssid=q8dpl124kasjjb55n3486bhj6b&t=1773183034&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05f03963b707a7be7f4913186f3aa63c5d506ad2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();