(function() { const u = '/apps/statistics.php?aid=450456&browser=IE&created_date=20260225&created_hour=20&dduuid=7fdcb7c6d537d&device=0&device_type=desktop&os=Windows&ssid=l25bhdk5ghd5t0tjm39bqr3038&t=1772024274&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64b81d0884f629be212ab8837d5a796584a5322f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();