(function() { const u = '/apps/statistics.php?aid=400481&browser=IE&created_date=20260226&created_hour=02&dduuid=8ba6ad0be16c7&device=0&device_type=desktop&os=Windows&ssid=6sacpgi4e3b8mgu34g6cbubb76&t=1772044678&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=234a16ec53fbe73cab33e4bf8ff3ca34d1985729&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();