(function() { const u = '/apps/statistics.php?aid=422949&browser=IE&created_date=20260224&created_hour=21&dduuid=2abd891a5e90b&device=0&device_type=desktop&os=Windows&ssid=f228ci6g2d6vo2h2it3bg06v8l&t=1771940782&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f78f8738c7ced6ba55ca982a667bf70debd45ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();