(function() { const u = '/apps/statistics.php?aid=453892&browser=IE&created_date=20260226&created_hour=12&dduuid=51357d8eaa3fb&device=0&device_type=desktop&os=Windows&ssid=0o3qodinkuvajq85feq3roi5t4&t=1772081093&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9e1cbf6057f0c1bbe79cdc94945f79ee3072fc7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();