(function() { const u = '/apps/statistics.php?aid=407736&browser=IE&created_date=20260306&created_hour=07&dduuid=29c7027d588d8&device=0&device_type=desktop&os=Windows&ssid=h0v65i49lavq70l4jqnoqveh08&t=1772754766&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df4f5f0e81d1205a160dc9b8f056645c2b91ae18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();