(function() { const u = '/apps/statistics.php?aid=54373&browser=IE&created_date=20260303&created_hour=15&dduuid=7c453f8c3eb59&device=0&device_type=desktop&os=Windows&ssid=agkdmm64ak2n7s1pvdv98qlc4g&t=1772523980&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=927ead8031fb9111fe88bf5a96e028e09c105a4d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();