(function() { const u = '/apps/statistics.php?aid=375485&browser=IE&created_date=20260311&created_hour=13&dduuid=1d15c13c00256&device=0&device_type=desktop&os=Windows&ssid=os82up5c96fqoi1108bs4ijabs&t=1773206655&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c75b77e78732863723043baa900142eb7151d89b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();