(function() { const u = '/apps/statistics.php?aid=450624&browser=IE&created_date=20260307&created_hour=15&dduuid=494adebe7404a&device=0&device_type=desktop&os=Windows&ssid=3s9cjim7nda1c6t21fjap3rmf7&t=1772867147&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6af51bfcac7fde8123d6db44188facb6706dcfda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();