(function() { const u = '/apps/statistics.php?aid=262837&browser=IE&created_date=20260226&created_hour=06&dduuid=ed7390207c9fa&device=0&device_type=desktop&os=Windows&ssid=bcn4h1j11alh7f6laav8evh8if&t=1772058097&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40b46741aa40e2724686c27823dfa320527c3029&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();