(function() { const u = '/apps/statistics.php?aid=33459&browser=IE&created_date=20260118&created_hour=08&dduuid=3947cc2c8cdf9&device=0&device_type=desktop&os=Windows&ssid=qaf7d56t9nl1euaethhqqc7i9h&t=1768697561&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65015c1d5fd59b8968f4c0db15e0b64c9e1ffd80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();