(function() { const u = '/apps/statistics.php?aid=4335&browser=IE&created_date=20260112&created_hour=14&dduuid=c6cf2857c3422&device=0&device_type=desktop&os=Windows&ssid=lb69618ett8l8gnaje4asdeh34&t=1768200037&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1749405c9aa985697a9144f3512ddae8b3f4218d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();