(function() { const u = '/apps/statistics.php?aid=210066&browser=IE&created_date=20260224&created_hour=11&dduuid=1f5f8d2b6ea50&device=0&device_type=desktop&os=Windows&ssid=jst0pm2b1qf54ghq4oem182mue&t=1771903669&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=decd1a75e9af778a4b028852554fef7148038347&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();