(function() { const u = '/apps/statistics.php?aid=398223&browser=IE&created_date=20260228&created_hour=21&dduuid=e41f3409795f6&device=0&device_type=desktop&os=Windows&ssid=49690dlf1bedlt5idh9jgu8j52&t=1772284012&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1410703ac4a327605eea490860e55dc3b965ab85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();