(function() { const u = '/apps/statistics.php?aid=449010&browser=IE&created_date=20260308&created_hour=01&dduuid=bcaf3cff77d3b&device=0&device_type=desktop&os=Windows&ssid=9jrpv0mjhu53tnm5n4fu09tg8o&t=1772906307&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef14747f339f67ac9155c91bb964cbe0a957b239&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();