(function() { const u = '/apps/statistics.php?aid=450126&browser=IE&created_date=20260308&created_hour=05&dduuid=ef94c95706cba&device=0&device_type=desktop&os=Windows&ssid=37dd1en1l8pdk4m4oupimjc2r0&t=1772917488&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3923c104a01bd126df0fcde68a0cbe7ff70288fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();