(function() { const u = '/apps/statistics.php?aid=209762&browser=IE&created_date=20251226&created_hour=06&dduuid=64547d70b3db8&device=0&device_type=desktop&os=Windows&ssid=sag6p27va0hl01t32s382lem4v&t=1766702088&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=657a2ceb79a4f22a7a03632080052da3b1fea3be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();