(function() { const u = '/apps/statistics.php?aid=443874&browser=IE&created_date=20260223&created_hour=10&dduuid=34af218360957&device=0&device_type=desktop&os=Windows&ssid=n722v19jhm96p3aoso10im2355&t=1771812279&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30f0b9a40bda475d586591b9d639d01ebb623a27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();