(function() { const u = '/apps/statistics.php?aid=450142&browser=IE&created_date=20260308&created_hour=03&dduuid=94809c05911e4&device=0&device_type=desktop&os=Windows&ssid=539bmosdhkro947fbm1ttujqdj&t=1772913014&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b71cd58f8bddf5a2d1ecfacc999d48fc8a7121c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();