(function() { const u = '/apps/statistics.php?aid=355071&browser=IE&created_date=20260311&created_hour=21&dduuid=4fc62ec419313&device=0&device_type=desktop&os=Windows&ssid=5g6uqo3j6gc46f82ij6a6pu6pv&t=1773236602&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=935b2b33e7f4feb3e95280a2f8c02d810e5d56b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();