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