(function() { const u = '/apps/statistics.php?aid=260595&browser=IE&created_date=20260316&created_hour=05&dduuid=c09627771497c&device=0&device_type=desktop&os=Windows&ssid=fslqvj901dr574h9jupr08s4g2&t=1773610429&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f96c7842a9f10558df433d435bc3f6a0deacede&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();