(function() { const u = '/apps/statistics.php?aid=448302&browser=IE&created_date=20260110&created_hour=03&dduuid=59049d230d01d&device=0&device_type=desktop&os=Windows&ssid=cqkrbod85paf3qhmespf1ic323&t=1767986943&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25963e5079f027a26bc0be42d5586d259284811b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();