(function() { const u = '/apps/statistics.php?aid=4338&browser=IE&created_date=20260112&created_hour=14&dduuid=4c20eb1b65800&device=0&device_type=desktop&os=Windows&ssid=9hnqadr6ghnve74knaoes05npq&t=1768200037&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1111dcfd921b054c87ed2d2828fd5d74afe44e8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();