(function() { const u = '/apps/statistics.php?aid=456236&browser=IE&created_date=20260224&created_hour=16&dduuid=b3217fda683f0&device=0&device_type=desktop&os=Windows&ssid=0gaup5870vn96kgi35h1hab3u3&t=1771920290&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f6277a1fedb7e06c3220ebe52111959c7da1dda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();