(function() { const u = '/apps/statistics.php?aid=345810&browser=IE&created_date=20260316&created_hour=07&dduuid=cceb73b170d3e&device=0&device_type=desktop&os=Windows&ssid=79reh8onjfq6vk1ucebqah3ehp&t=1773617272&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e90516b46daf4ff93e5b2f286556a94de35808b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();