(function() { const u = '/apps/statistics.php?aid=453406&browser=IE&created_date=20260305&created_hour=17&dduuid=4139dcb803987&device=0&device_type=desktop&os=Windows&ssid=s4fh9dpko7hs4e78j7805ro10n&t=1772702584&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6bad999060d04c6043a99c792d28db40ce76f01c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();