(function() { const u = '/apps/statistics.php?aid=431071&browser=IE&created_date=20260116&created_hour=15&dduuid=0abf580b25598&device=0&device_type=desktop&os=Windows&ssid=n1e26eptaac9l2ga814gt147am&t=1768548859&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52995c42beaf92dbf510db96675d8fe20257222d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();