(function() { const u = '/apps/statistics.php?aid=454694&browser=IE&created_date=20260304&created_hour=02&dduuid=baa098ab2199f&device=0&device_type=desktop&os=Windows&ssid=kat0oeu9mjg4v7mhmt8oqsegvc&t=1772562648&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e65b4dd5455ea1c03ee3a4d711ca6b7257e6084&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();