(function() { const u = '/apps/statistics.php?aid=412016&browser=IE&created_date=20260223&created_hour=20&dduuid=a909a3f8d338c&device=0&device_type=desktop&os=Windows&ssid=ocsatr4dbib1fst68403jlitli&t=1771850992&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c65a818b15b2f09aa962cade0ed966692740351&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();