(function() { const u = '/apps/statistics.php?aid=441392&browser=IE&created_date=20260315&created_hour=20&dduuid=6430f4533a817&device=0&device_type=desktop&os=Windows&ssid=9bi1kcb8hji41t7ipn3uq440pg&t=1773576540&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=651f5bf0b6e8386d6fc4d9312236453b3981964c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();