(function() { const u = '/apps/statistics.php?aid=141176&browser=IE&created_date=20260314&created_hour=06&dduuid=c3976f19ab1d3&device=0&device_type=desktop&os=Windows&ssid=9dg6rs6a4o6mujbckonsbha8qn&t=1773441803&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=721c2f345c30d2382ffd492fbe0a6aa8c7ec0c04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();