(function() { const u = '/apps/statistics.php?aid=454546&browser=IE&created_date=20260223&created_hour=20&dduuid=4775f22f78971&device=0&device_type=desktop&os=Windows&ssid=k5qh6tloflsnb5f6cs95o624kd&t=1771851226&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08d092f2cd42752b010865a2dfcea02316a1ffd7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();