(function() { const u = '/apps/statistics.php?aid=400156&browser=IE&created_date=20260226&created_hour=02&dduuid=7fa3b91a3ea38&device=0&device_type=desktop&os=Windows&ssid=p7b5c1k5rajcq758k3pfvj976a&t=1772045614&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=394d9265ff6af810570e1ed0f6adc4efcf710eff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();