(function() { const u = '/apps/statistics.php?aid=348070&browser=IE&created_date=20260312&created_hour=15&dduuid=7107eee1b33b5&device=0&device_type=desktop&os=Windows&ssid=h4okpdm7ndhqr8l72dn2l4d2qs&t=1773299174&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d72989f70810b15fe458bb5fb6119451e47829a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();