(function() { const u = '/apps/statistics.php?aid=414384&browser=IE&created_date=20260223&created_hour=19&dduuid=fd083353df821&device=0&device_type=desktop&os=Windows&ssid=p067d53s24sl7lr371bglg170r&t=1771846484&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06f9db2e19c144035ba832623d9b8dd3bd033623&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();