(function() { const u = '/apps/statistics.php?aid=432651&browser=IE&created_date=20260314&created_hour=09&dduuid=980c05aa69c7c&device=0&device_type=desktop&os=Windows&ssid=b0oo6kij5l0fma34aec9m710nl&t=1773450050&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a10793a46e5f1fa6e479ca71bcd571980a18a8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();