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