(function() { const u = '/apps/statistics.php?aid=398460&browser=IE&created_date=20260304&created_hour=02&dduuid=2ea91b6e7eb1d&device=0&device_type=desktop&os=Windows&ssid=825piqhh1b1uvd7psg9m6l5dg4&t=1772562995&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b040069d207b387b77fd3cb2357d771e0b21783d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();