(function() { const u = '/apps/statistics.php?aid=408415&browser=IE&created_date=20260304&created_hour=14&dduuid=9ae2be82ebd43&device=0&device_type=desktop&os=Windows&ssid=nss5e07lkpqjfg86d7s2g9pqop&t=1772604419&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7db3597fbebe431ff71fbc23979ce99fd994dbc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();