(function() { const u = '/apps/statistics.php?aid=363887&browser=IE&created_date=20260316&created_hour=07&dduuid=ea98528f39c53&device=0&device_type=desktop&os=Windows&ssid=e21rsvociq3ei61jho2n8us405&t=1773616953&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2eee5f8c5c55df96b383c7725f4a6fbf98fe2687&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();