(function() { const u = '/apps/statistics.php?aid=363132&browser=IE&created_date=20251221&created_hour=16&dduuid=32d69c69e6243&device=0&device_type=desktop&os=Windows&ssid=oc9rh6ohfef89go2db24iufo1r&t=1766305396&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4e87b75d193f05ff66200ae3bd3be56d065ba54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();