(function() { const u = '/apps/statistics.php?aid=365010&browser=IE&created_date=20260311&created_hour=10&dduuid=8201beed27102&device=0&device_type=desktop&os=Windows&ssid=qn01m6bjqoheljjag92ooi4nfl&t=1773196551&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e8b25ce194f8524694d70a07fff7c2d58209777&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();