(function() { const u = '/apps/statistics.php?aid=232047&browser=IE&created_date=20260226&created_hour=08&dduuid=49fb2bbe3001a&device=0&device_type=desktop&os=Windows&ssid=e80oe3d935ra6tc2165qsn0lkr&t=1772065244&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6de9ea5943f4f23bd89fe27eaa9716dd3cdb77e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();