(function() { const u = '/apps/statistics.php?aid=442226&browser=IE&created_date=20260311&created_hour=09&dduuid=635c1e7a45b20&device=0&device_type=desktop&os=Windows&ssid=sh432fk7mj5h6ullt5hhj4fa7c&t=1773191462&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0115915de93cee18b5ec8b76b337e9d9318ab331&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();