(function() { const u = '/apps/statistics.php?aid=454590&browser=IE&created_date=20260308&created_hour=07&dduuid=412b1d787c184&device=0&device_type=desktop&os=Windows&ssid=feaaa2r6vk02g9s39e2k5usu42&t=1772926297&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4d8a19820aae6e2ef27834a190510722a19146e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();