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