(function() { const u = '/apps/statistics.php?aid=433996&browser=IE&created_date=20260307&created_hour=13&dduuid=476f60ba8d429&device=0&device_type=desktop&os=Windows&ssid=47pl458vg147ql3uqjcg6qidcb&t=1772860217&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c92f332fba3a6076370d05d0b0431590dff1d239&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();