(function() { const u = '/apps/statistics.php?aid=435945&browser=IE&created_date=20251230&created_hour=15&dduuid=c37ec6f15d366&device=0&device_type=desktop&os=Windows&ssid=uhrk6fsvh2d4qb6k2dfukoeh3s&t=1767079275&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=906d6bff703feb97eab5a36465739cb1371fe698&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();