(function() { const u = '/apps/statistics.php?aid=453005&browser=IE&created_date=20260306&created_hour=05&dduuid=fb53bf33c2f89&device=0&device_type=desktop&os=Windows&ssid=g2foh2qhhd7335a3s9tjog0042&t=1772747494&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9096509385419ad919b1b5fadc79987e03d51290&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();