(function() { const u = '/apps/statistics.php?aid=455637&browser=IE&created_date=20260305&created_hour=10&dduuid=eb1adfde83f8f&device=0&device_type=desktop&os=Windows&ssid=ds81gpb89se8d5olfi67skq812&t=1772676374&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0152dcc4c267266ad478b4f4ed2b0ba426d250e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();