(function() { const u = '/apps/statistics.php?aid=392063&browser=IE&created_date=20260228&created_hour=03&dduuid=ed3f4f5ffcbaa&device=0&device_type=desktop&os=Windows&ssid=olr00re0shg6fer2mcj49b6qo8&t=1772221231&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92fa34a416ce6b8dac0c61ded12768e6dd2630b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();