(function() { const u = '/apps/statistics.php?aid=445528&browser=IE&created_date=20251231&created_hour=00&dduuid=a0d46736a893d&device=0&device_type=desktop&os=Windows&ssid=c03enjhhfeiiqhqc5lt1cfd78r&t=1767113254&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d487b05c1bb19f132b0de8198f7977c2a655228&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();