(function() { const u = '/apps/statistics.php?aid=291781&browser=IE&created_date=20260223&created_hour=14&dduuid=a42e6f8b9e8f7&device=0&device_type=desktop&os=Windows&ssid=1osg47g9m8b40lnl0vc0f48bpj&t=1771828310&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=947c49fd7462da96dbbd3046e1ba73147e915d15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();