(function() { const u = '/apps/statistics.php?aid=11453&browser=IE&created_date=20260308&created_hour=17&dduuid=6a1c9edc3ee9b&device=0&device_type=desktop&os=Windows&ssid=ure9dv94iul91nmir9h550i4k7&t=1772963725&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4df65415fd8c51b618ab109ace32db13f77c8338&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();