(function() { const u = '/apps/statistics.php?aid=14687&browser=IE&created_date=20260224&created_hour=06&dduuid=b3b5bcae83a95&device=0&device_type=desktop&os=Windows&ssid=bf0h6g6d6sog1kk3fs0pal1b6n&t=1771885755&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fab029689b50e895c2f546e7011b09d578f4f907&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();