(function() { const u = '/apps/statistics.php?aid=454060&browser=IE&created_date=20260224&created_hour=09&dduuid=3d4a8399c4147&device=0&device_type=desktop&os=Windows&ssid=gn1ll7qollp78mtqkm8aei4631&t=1771895421&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1dbcad38a4e25ef97979860c6b0e0ec030253aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();