(function() { const u = '/apps/statistics.php?aid=448862&browser=IE&created_date=20260226&created_hour=04&dduuid=457a3d0bbabe6&device=0&device_type=desktop&os=Windows&ssid=nlj7t6gev5795uggcdi5bjff9s&t=1772051052&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c80c3703e8201507d35f0903c035f825e4135d78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();