(function() { const u = '/apps/statistics.php?aid=449374&browser=IE&created_date=20260308&created_hour=09&dduuid=1f6a4edaa6c0e&device=0&device_type=desktop&os=Windows&ssid=b5ov6nhr1f38fifpc9043634sq&t=1772933075&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d19dc2c8c515fd91a3cfa0031a17e527616f853&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();