(function() { const u = '/apps/statistics.php?aid=8277&browser=IE&created_date=20260308&created_hour=17&dduuid=2be8f362c4769&device=0&device_type=desktop&os=Windows&ssid=k271dst5kp77gilqfu13pqh2ki&t=1772963773&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98ce691ea73da1efb51353b5aed81182b3b76a2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();