(function() { const u = '/apps/statistics.php?aid=4739&browser=IE&created_date=20260315&created_hour=14&dduuid=7fce72019a5f6&device=0&device_type=desktop&os=Windows&ssid=7ooitidgfb1mn8pehrns93n8fd&t=1773556144&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d17ff503760835850c0ae730e20136065026d10e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();