(function() { const u = '/apps/statistics.php?aid=7498&browser=IE&created_date=20260314&created_hour=06&dduuid=039970bd532b6&device=0&device_type=desktop&os=Windows&ssid=6fiqbnijiqf4ln5haq874c9c1u&t=1773440290&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=033a5f03f86d355171f6abc8c383464f0c5c8703&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();