(function() { const u = '/apps/statistics.php?aid=452071&browser=IE&created_date=20260312&created_hour=03&dduuid=7e0e7d6a2b49e&device=0&device_type=desktop&os=Windows&ssid=ffg5h0f24lqh0c6328h929ekh9&t=1773258715&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7cf2b3f5995e775308c12ac2baf04361b7a51a76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();