(function() { const u = '/apps/statistics.php?aid=340240&browser=IE&created_date=20260227&created_hour=13&dduuid=05b65fd2b05fc&device=0&device_type=desktop&os=Windows&ssid=i8pv1usfkudnpumdq1rn4o0p1l&t=1772171227&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4faf623787b8acd44169fe19e40d28b033846246&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();