(function() { const u = '/apps/statistics.php?aid=294953&browser=IE&created_date=20260223&created_hour=09&dduuid=d3316fa38c746&device=0&device_type=desktop&os=Windows&ssid=tnaopqe0tclas5c9vji8c9ds79&t=1771811147&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a305f3fec51bf6d991d77e6dae9ad327f2fe8f84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();