(function() { const u = '/apps/statistics.php?aid=454536&browser=IE&created_date=20260311&created_hour=09&dduuid=d3feac29dfedd&device=0&device_type=desktop&os=Windows&ssid=b7r7ocsvqchqntmtu8smr9d0sa&t=1773192104&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=151b76c46956ab5895cc5f81af1c9e6673d704ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();