(function() { const u = '/apps/statistics.php?aid=447819&browser=IE&created_date=20260122&created_hour=08&dduuid=b1901325fc3d9&device=0&device_type=desktop&os=Windows&ssid=5gh4cja61m1bqai26lm28mo4ar&t=1769042323&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c56d00b4fca154fe76281980399a1e91192ba27d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();