(function() { const u = '/apps/statistics.php?aid=391605&browser=IE&created_date=20260305&created_hour=03&dduuid=b72be733dfad3&device=0&device_type=desktop&os=Windows&ssid=ghd1s7cccd2hir601bn0muasjn&t=1772652274&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5ddd3510db3955e480d978bfe374c7cef163906&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();