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