(function() { const u = '/apps/statistics.php?aid=213726&browser=IE&created_date=20260225&created_hour=11&dduuid=206bd5fe9716e&device=0&device_type=desktop&os=Windows&ssid=vihd28fhla5tjee7cfcuh85on0&t=1771991435&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32ef8a42b8f2b1f523dc280b0535349cb13f7acb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();