(function() { const u = '/apps/statistics.php?aid=445382&browser=IE&created_date=20251223&created_hour=22&dduuid=41b4e81fb6056&device=0&device_type=desktop&os=Windows&ssid=49ojkea1f7rhkvufnph8lce2im&t=1766500857&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e4b36ffca1882652cf2011493c20fe152926891&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();