(function() { const u = '/apps/statistics.php?aid=449030&browser=IE&created_date=20260308&created_hour=00&dduuid=400ad4c914f0c&device=0&device_type=desktop&os=Windows&ssid=upq6p69bu90p1minfgd7t0fque&t=1772901131&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25e5ee5694c049633f2ab7757b054e62c41a768c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();