(function() { const u = '/apps/statistics.php?aid=422201&browser=IE&created_date=20260113&created_hour=19&dduuid=1884712746175&device=0&device_type=desktop&os=Windows&ssid=irs8atrtn593aj9rol9inp8s5a&t=1768304335&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6abc0d7cb521ad7af38e79fa0883be80dd3420df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();