(function() { const u = '/apps/statistics.php?aid=343246&browser=IE&created_date=20260113&created_hour=06&dduuid=2ea60a7513891&device=0&device_type=desktop&os=Windows&ssid=lq68p645gm34hql49qc6h62tdp&t=1768256241&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1172d87525dd7d3dfe285ead79f675094c5dbfda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();