(function() { const u = '/apps/statistics.php?aid=324841&browser=IE&created_date=20260313&created_hour=15&dduuid=11c1137fccfc6&device=0&device_type=desktop&os=Windows&ssid=rjn3k47s617c21q7ldj0o3dlfu&t=1773387645&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f77f5911391527f55cd61050295f999770a5f7d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();