(function() { const u = '/apps/statistics.php?aid=270976&browser=IE&created_date=20260314&created_hour=18&dduuid=35694e4a4854e&device=0&device_type=desktop&os=Windows&ssid=ff6v8vjo8opidj1afroipailhu&t=1773485541&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44d2b871548cc4fb86dc4d534c1348bdd0bb6930&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();