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