(function() { const u = '/apps/statistics.php?aid=448777&browser=IE&created_date=20260124&created_hour=06&dduuid=09a261c8587b5&device=0&device_type=desktop&os=Windows&ssid=l5aj7ukstklmoli5rh4irf75fp&t=1769209147&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9487e66494aa22ed9dfd3892e1fbc92482c769c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();