(function() { const u = '/apps/statistics.php?aid=448328&browser=IE&created_date=20260110&created_hour=14&dduuid=223d5aa3646ee&device=0&device_type=desktop&os=Windows&ssid=e2jpgek8bf0nm0s6jo4825gbnc&t=1768025817&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d43f1d6a996b2f6ca4f9a0b777394eb66f120e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();