(function() { const u = '/apps/statistics.php?aid=370875&browser=IE&created_date=20260311&created_hour=08&dduuid=87ed62b0c539a&device=0&device_type=desktop&os=Windows&ssid=to0gl8p8vegst1otntkeg9oeuo&t=1773189931&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fae6af3a24e0db59bc4f6105cc844dc37194300e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();