(function() { const u = '/apps/statistics.php?aid=452138&browser=IE&created_date=20260306&created_hour=01&dduuid=bc3a4f0cf0c73&device=0&device_type=desktop&os=Windows&ssid=ifvk2in3uou2mi20urh8gdaard&t=1772731414&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f35fc6c3065be4a451a146be8f75db8862959bb8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();