(function() { const u = '/apps/statistics.php?aid=452518&browser=IE&created_date=20260224&created_hour=21&dduuid=9ff40fad8af3d&device=0&device_type=desktop&os=Windows&ssid=7snipn66e45bp0uuki3p8g0lga&t=1771939645&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e677ddab6fce7cd4bb55e73251dd7793456deb4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();