(function() { const u = '/apps/statistics.php?aid=426394&browser=IE&created_date=20260310&created_hour=09&dduuid=86a95c385260b&device=0&device_type=desktop&os=Windows&ssid=ksdgru84l1fad73846878eql4l&t=1773104799&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d6dddb0a36bb360c73d76b628a0b40c0d0badca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();