(function() { const u = '/apps/statistics.php?aid=375468&browser=IE&created_date=20260310&created_hour=05&dduuid=cc563be29fdac&device=0&device_type=desktop&os=Windows&ssid=gta5vcq6jisrmfkn4e2efl2hqg&t=1773092957&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f0f449f47d0f491ee82524608310dc7eca54471&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();