(function() { const u = '/apps/statistics.php?aid=403290&browser=IE&created_date=20260308&created_hour=10&dduuid=cb74dd2d90500&device=0&device_type=desktop&os=Windows&ssid=7s30b49tqco6e6blnbf6buri7n&t=1772935387&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22ee20b27f718e2a3be50c8ff9117fe4ddda1b05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();