(function() { const u = '/apps/statistics.php?aid=25036&browser=IE&created_date=20260124&created_hour=21&dduuid=f6cdf85c0bc74&device=0&device_type=desktop&os=Windows&ssid=ifm1u9l86jqh1aq51sv9pskt9f&t=1769259767&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2830b2adb63d62e9806fa33c222871aaadfadc16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();