(function() { const u = '/apps/statistics.php?aid=291707&browser=IE&created_date=20260314&created_hour=12&dduuid=ffc1ad8dab0ea&device=0&device_type=desktop&os=Windows&ssid=hne5gtp2vf57v6g3fv0r8oic6q&t=1773461510&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=054bde7af9e5b01c8793d3f4721c7f4ccc7b92e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();