(function() { const u = '/apps/statistics.php?aid=210300&browser=IE&created_date=20260223&created_hour=17&dduuid=b15547d3a9056&device=0&device_type=desktop&os=Windows&ssid=7ue4otoakk80nm1m9abceo9jmq&t=1771839717&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87cba057fcd3f3cdb6ad96a5bd713e213f87e6fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();