(function() { const u = '/apps/statistics.php?aid=440725&browser=IE&created_date=20260224&created_hour=11&dduuid=e1af37aaa056e&device=0&device_type=desktop&os=Windows&ssid=nc5tmnejesuimadlj0leipr25u&t=1771903667&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4a3c86162f868e97b61d4d390929f1f125a46d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();