(function() { const u = '/apps/statistics.php?aid=432147&browser=IE&created_date=20260115&created_hour=04&dduuid=8d30ebcf71fe1&device=0&device_type=desktop&os=Windows&ssid=5pij6onmvq7b2bo2h9fju818ir&t=1768423122&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d269b2def32bcb93c97de39d88d1dfde22b53646&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();