(function() { const u = '/apps/statistics.php?aid=285523&browser=IE&created_date=20260226&created_hour=05&dduuid=7e2d8b102c0eb&device=0&device_type=desktop&os=Windows&ssid=st2u76bn1pg19uegmidb5m49h8&t=1772055070&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=872b3758ee2cf9e523d85765e265ebb9511c253f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();