(function() { const u = '/apps/statistics.php?aid=455466&browser=IE&created_date=20260310&created_hour=14&dduuid=521729209187e&device=0&device_type=desktop&os=Windows&ssid=jmq3slmj4uvfurp39p9itl05lo&t=1773123738&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5a339071c97553d597c577533c1edfce09cc317&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();