(function() { const u = '/apps/statistics.php?aid=452156&browser=IE&created_date=20260305&created_hour=23&dduuid=3f4eac28a61e0&device=0&device_type=desktop&os=Windows&ssid=sfhvv2cf6a0puu831b6k1fosb5&t=1772723073&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f138c9deef8bfa30434ee587b0d28884e207d11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();