(function() { const u = '/apps/statistics.php?aid=443811&browser=IE&created_date=20260314&created_hour=01&dduuid=26f6554a7d942&device=0&device_type=desktop&os=Windows&ssid=f66avvnlro99toine19tg3nnuk&t=1773421972&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f2389809c87f2020a619dd26ba17765f8932681&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();