(function() { const u = '/apps/statistics.php?aid=452139&browser=IE&created_date=20260311&created_hour=02&dduuid=ba8d1c4a2b383&device=0&device_type=desktop&os=Windows&ssid=s5pfknictm9puleeta57acm0tg&t=1773167029&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1f96e5cb3de2b988e1c5b7880d9e64251561c30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();