(function() { const u = '/apps/statistics.php?aid=443911&browser=IE&created_date=20260313&created_hour=19&dduuid=afccd8bd80e0a&device=0&device_type=desktop&os=Windows&ssid=s6eqqv899ski3dedj7g8v3etbn&t=1773400570&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1abe892d2173c40e0a897806721d8035418901e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();