(function() { const u = '/apps/statistics.php?aid=404941&browser=IE&created_date=20260124&created_hour=15&dduuid=4188a6f93592d&device=0&device_type=desktop&os=Windows&ssid=4sbhkb4g5cnp0k4pm1taq6qrhc&t=1769238857&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd42ee0832a9f574a8f1374de96ed60f9f1b3052&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();