(function() { const u = '/apps/statistics.php?aid=446151&browser=IE&created_date=20260310&created_hour=17&dduuid=308191bf68a5b&device=0&device_type=desktop&os=Windows&ssid=7ev1no1gab4crdhfeh81g8au6s&t=1773134895&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4366dc2dbf1389cb0a55b1215bc7697ac0508edb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();