(function() { const u = '/apps/statistics.php?aid=455242&browser=IE&created_date=20260312&created_hour=01&dduuid=30d6e323f2871&device=0&device_type=desktop&os=Windows&ssid=g8hcmo877tb3r204n1f60pdk4r&t=1773249695&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=739d0a4e3fafb429b06e9dcbbee23b5d46ed89c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();