(function() { const u = '/apps/statistics.php?aid=410598&browser=IE&created_date=20260120&created_hour=14&dduuid=6075c65346d2f&device=0&device_type=desktop&os=Windows&ssid=s9tvd45gu24rnte3q43bsin9vi&t=1768892035&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e47c1fa8ea23f46e9647e9cfdfc22525fffaa7fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();