(function() { const u = '/apps/statistics.php?aid=459306&browser=IE&created_date=20260305&created_hour=20&dduuid=0e7293d57733b&device=0&device_type=desktop&os=Windows&ssid=sfe53ta9rhs81nblid6113qdni&t=1772714094&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d85f8f3d65d937aa68cc9cb300809ae5e906b6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();