(function() { const u = '/apps/statistics.php?aid=260578&browser=IE&created_date=20260119&created_hour=22&dduuid=7c1b86b81b8c5&device=0&device_type=desktop&os=Windows&ssid=b40g8ecls9v0hb9v3jp8q0pfmo&t=1768833740&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0042c01b04ee7223247f04f0843261663e3477d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();