(function() { const u = '/apps/statistics.php?aid=267788&browser=IE&created_date=20260118&created_hour=10&dduuid=1e7fdd0f77672&device=0&device_type=desktop&os=Windows&ssid=6ond9q08kiq3tr7o928qq6f7ht&t=1768702003&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d005ab069767bbd8e592b8554b8152de5d36b54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();