(function() { const u = '/apps/statistics.php?aid=427880&browser=IE&created_date=20260122&created_hour=17&dduuid=280a64b36ab56&device=0&device_type=desktop&os=Windows&ssid=d8mfmbgb87evmfnlh16ov5naer&t=1769075036&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3fe578234683ac6dcd1a7213b521ddb92ebaaaf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();