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