(function() { const u = '/apps/statistics.php?aid=431588&browser=IE&created_date=20260115&created_hour=22&dduuid=e680923a683d7&device=0&device_type=desktop&os=Windows&ssid=9eqmsgu6q3n5u0ofoq8b70fafs&t=1768485875&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea37077902e53e3fc287604d1d45c726b5164d1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();