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