(function() { const u = '/apps/statistics.php?aid=47111&browser=IE&created_date=20260311&created_hour=05&dduuid=2102deec83150&device=0&device_type=desktop&os=Windows&ssid=n4abk0ehh8795614f6pmekamrf&t=1773177704&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35bdcface5b30a7bd32173c9e020809ef80c59e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();