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