(function() { const u = '/apps/statistics.php?aid=450669&browser=IE&created_date=20260307&created_hour=10&dduuid=ffa9f550f315d&device=0&device_type=desktop&os=Windows&ssid=gcq0e0mdtir7uq5h8sn64u1a0q&t=1772849755&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4260c1da0f31237304788d6b2d7b19d026a066c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();