(function() { const u = '/apps/statistics.php?aid=421584&browser=IE&created_date=20260310&created_hour=13&dduuid=b13fb42638e76&device=0&device_type=desktop&os=Windows&ssid=hlh5q33401svoilek902r63q2s&t=1773120307&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67d6094fdba0b79905a1e68cf9ac5f5cbcfcc36c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();