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