(function() { const u = '/apps/statistics.php?aid=6666&browser=IE&created_date=20260308&created_hour=10&dduuid=7d4c79b8aaadc&device=0&device_type=desktop&os=Windows&ssid=dft01i675r24bbf5nrm4plf1lm&t=1772936375&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcb6fbe2208171e456ffee6a4e7ed20b2a9c359d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();