(function() { const u = '/apps/statistics.php?aid=603&browser=IE&created_date=20260316&created_hour=21&dduuid=eb055efb4afa6&device=0&device_type=desktop&os=Windows&ssid=fqf4phb3o2efd56f5i4jlg02nr&t=1773667657&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a8a8072887a6092274cd2d5baeaf88f8422d1eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();