(function() { const u = '/apps/statistics.php?aid=84058&browser=IE&created_date=20260227&created_hour=12&dduuid=7d1838ae060ed&device=0&device_type=desktop&os=Windows&ssid=d1meeckta8v8kbpeq2akl8frse&t=1772164886&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6a44776a376b6fae1b1d7fe927946e6f0806cd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();