(function() { const u = '/apps/statistics.php?aid=455764&browser=IE&created_date=20260303&created_hour=21&dduuid=088a0cf564a5f&device=0&device_type=desktop&os=Windows&ssid=vh4jnpo92frcuft932j6iarivq&t=1772546324&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5eac8dc00d4885797388d421ba533d4c1196e9d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();