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