(function() { const u = '/apps/statistics.php?aid=455600&browser=IE&created_date=20260312&created_hour=13&dduuid=39427d35ca4c6&device=0&device_type=desktop&os=Windows&ssid=8ijbgjb9hn28vks75145016qo3&t=1773294297&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59ef3b11477412e0686f94077324cef8a73c2b19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();