(function() { const u = '/apps/statistics.php?aid=424823&browser=IE&created_date=20251126&created_hour=07&dduuid=2bb257cce41de&device=0&device_type=desktop&os=Windows&ssid=jvn5tlf41imr3iv4r03l0fe65b&t=1764112802&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ff54cee67a423f89df9b5a8a381fe7cdd52713b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();