(function() { const u = '/apps/statistics.php?aid=457539&browser=IE&created_date=20260228&created_hour=07&dduuid=0230bcbd01784&device=0&device_type=desktop&os=Windows&ssid=5nptitpjqjkgko5agn980eqfht&t=1772235579&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8660e2e7aea7bd27a2126f00524772d61194f8e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();