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