(function() { const u = '/apps/statistics.php?aid=366905&browser=IE&created_date=20260305&created_hour=22&dduuid=c5c0940ef90c6&device=0&device_type=desktop&os=Windows&ssid=83buano1cc0rpr5mhgcskh9q1i&t=1772720627&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f39afca409f193ca45e69f9d0c03083ab2923e84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();