(function() { const u = '/apps/statistics.php?aid=11186&browser=IE&created_date=20260309&created_hour=10&dduuid=13faaf1704f92&device=0&device_type=desktop&os=Windows&ssid=tpvdu26knols9nt0mdmthnnfso&t=1773023931&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13ee73da7b7221ba8148b2166ededf1e38e01a76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();