(function() { const u = '/apps/statistics.php?aid=89792&browser=IE&created_date=20260304&created_hour=11&dduuid=e4765ed92c588&device=0&device_type=desktop&os=Windows&ssid=j1d9s024rulktivh7knb20fh96&t=1772594519&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad0fcfb1dbc7c92cab4ef57a3145b458e1ac7067&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();