(function() { const u = '/apps/statistics.php?aid=455222&browser=IE&created_date=20260308&created_hour=11&dduuid=8f375baf37f58&device=0&device_type=desktop&os=Windows&ssid=oqglm3ov777oobirrhe9hqac7r&t=1772941040&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5179ff1da4676830e79ad75994548ac896a21529&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();