(function() { const u = '/apps/statistics.php?aid=452837&browser=IE&created_date=20260305&created_hour=21&dduuid=d7027607a10d7&device=0&device_type=desktop&os=Windows&ssid=csrp34n07k52rg0tgrfc0nsn5e&t=1772718082&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81b54d166883a02d42fce0151da348d7b972ea3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();