(function() { const u = '/apps/statistics.php?aid=22392&browser=IE&created_date=20260303&created_hour=20&dduuid=4dc8482ae2faf&device=0&device_type=desktop&os=Windows&ssid=ftmd8dcp9lq1o74c7b4o932l2q&t=1772540928&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c99a46ac6dc4d6c13e59ddd80d2e2bf324e4581c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();