(function() { const u = '/apps/statistics.php?aid=437769&browser=IE&created_date=20260308&created_hour=14&dduuid=d752912f60ea2&device=0&device_type=desktop&os=Windows&ssid=nb2vj820ercg2jr27prab8ocr4&t=1772952504&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57df37fd332d61e662f71fd6ce53633a93c8b626&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();