(function() { const u = '/apps/statistics.php?aid=210239&browser=IE&created_date=20260223&created_hour=21&dduuid=fe4a298d3f0bd&device=0&device_type=desktop&os=Windows&ssid=0p0ep8rgrti8r6mvhk5kfb7avt&t=1771854648&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79f2e56c6069314b72918a6398e61452bb9d99a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();