(function() { const u = '/apps/statistics.php?aid=570&browser=IE&created_date=20260315&created_hour=04&dduuid=49554e57551e7&device=0&device_type=desktop&os=Windows&ssid=tj3v4c98sq3mcviu26k4nihen2&t=1773518513&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5db1f31fc38dce0242851e992d5ea4f1ad4bb6eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();