(function() { const u = '/apps/statistics.php?aid=380586&browser=IE&created_date=20260311&created_hour=10&dduuid=16c090a37ce1b&device=0&device_type=desktop&os=Windows&ssid=fbmi44890d1pb953m0vgota48f&t=1773194990&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2e939bac494d594466720d88977559f7e9c5069&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();