(function() { const u = '/apps/statistics.php?aid=446358&browser=IE&created_date=20260124&created_hour=10&dduuid=91b3e3142b302&device=0&device_type=desktop&os=Windows&ssid=j7r0v7580gv276rojrk1sa2jte&t=1769220606&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73f286f0bd487ea1702da0635a877aa6f2522cc1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();