(function() { const u = '/apps/statistics.php?aid=22742&browser=IE&created_date=20260311&created_hour=09&dduuid=3a1892b5705a8&device=0&device_type=desktop&os=Windows&ssid=oa4khfb72hrgjeputdlng8je7p&t=1773193330&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f5f10919d48274f246c2c3e559d45bf7de0cf1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();