(function() { const u = '/apps/statistics.php?aid=98736&browser=IE&created_date=20251129&created_hour=21&dduuid=6152fd1509ad1&device=0&device_type=desktop&os=Windows&ssid=5aovpfa47lp4fh9o8l1mjffrn3&t=1764421835&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=885953c893e5ae697fcb7f247c7679ea49371fe9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();