(function() { const u = '/apps/statistics.php?aid=455245&browser=IE&created_date=20260313&created_hour=14&dduuid=fcc960998802c&device=0&device_type=desktop&os=Windows&ssid=vku1o3h5sscegllg4sdem8vcfr&t=1773384791&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3af879e1b9ec488509bd1884560e026d9262752e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();