(function() { const u = '/apps/statistics.php?aid=207130&browser=IE&created_date=20251224&created_hour=12&dduuid=e7f1ddfa069d4&device=0&device_type=desktop&os=Windows&ssid=j5idv78qumtb9v83274vngfcgd&t=1766550104&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e1c1751e85fdc442626c5b4e1652763829320ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();