(function() { const u = '/apps/statistics.php?aid=449830&browser=IE&created_date=20260312&created_hour=07&dduuid=524b213256a50&device=0&device_type=desktop&os=Windows&ssid=o6da1juer1gdoham5qdndf0v2d&t=1773271219&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ce165bfd79cc49448d6360859578181c0d52b72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();