(function() { const u = '/apps/statistics.php?aid=324434&browser=IE&created_date=20260313&created_hour=08&dduuid=dad93c213f56f&device=0&device_type=desktop&os=Windows&ssid=79hfqvb3rgm27r14s0830bn4dp&t=1773362275&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6378d8f480cdd395a428d4f89a32c0c0f41186f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();