(function() { const u = '/apps/statistics.php?aid=446864&browser=IE&created_date=20260123&created_hour=21&dduuid=48f50c65b6d11&device=0&device_type=desktop&os=Windows&ssid=h941ghhb0isl20ej88hd7hhmk2&t=1769174742&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb13e9c7466fd2d1040e73fdfbb91cdd0d141e3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();