(function() { const u = '/apps/statistics.php?aid=375466&browser=IE&created_date=20260113&created_hour=14&dduuid=7c73781414bae&device=0&device_type=desktop&os=Windows&ssid=eee2s4aaldv94pf34kpi8ol8mc&t=1768286250&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2472f16ec8498e1a68bda7921f50415bcd9f3a32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();