(function() { const u = '/apps/statistics.php?aid=403381&browser=IE&created_date=20260311&created_hour=12&dduuid=88fbd40b9f9bc&device=0&device_type=desktop&os=Windows&ssid=541r9fonm1e3mf85dh8n9dukv4&t=1773204838&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7468039903f7816eec3bfe126058823bbb570685&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();