(function() { const u = '/apps/statistics.php?aid=453351&browser=IE&created_date=20260311&created_hour=21&dduuid=2f8d07807d8a8&device=0&device_type=desktop&os=Windows&ssid=ca005fh8aaj0r69kcpa8d37duv&t=1773234783&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=823d1bce2a41e3846be36461143313c2e23647ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();