(function() { const u = '/apps/statistics.php?aid=11186&browser=IE&created_date=20260308&created_hour=17&dduuid=36033bca66c45&device=0&device_type=desktop&os=Windows&ssid=1a5rbfi9bi2sjaml4n4224th73&t=1772963726&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6b2361fc8711b605f3543a0606a84057a12b1a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();