(function() { const u = '/apps/statistics.php?aid=449158&browser=IE&created_date=20260122&created_hour=18&dduuid=e3965b572d9e8&device=0&device_type=desktop&os=Windows&ssid=okjd38f8e2pn8s2udvfcoc4bh0&t=1769076375&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3388eaead7aa5ef976e90549ffdd0036bf27512d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();