(function() { const u = '/apps/statistics.php?aid=334317&browser=IE&created_date=20260313&created_hour=07&dduuid=2ac404314ece7&device=0&device_type=desktop&os=Windows&ssid=a79i7cl0h6bj2u5ujhptas6tvd&t=1773357561&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44deb3ce1c441af8c6bb3fae8dcb3ce65b880d06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();