(function() { const u = '/apps/statistics.php?aid=324804&browser=IE&created_date=20260114&created_hour=21&dduuid=34b62d76ec213&device=0&device_type=desktop&os=Windows&ssid=uno3h3qd0cv291sea7ob3eg985&t=1768396038&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eebe1cd9bee8d7bb29fa0cb7f222794f732039a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();