(function() { const u = '/apps/statistics.php?aid=415894&browser=IE&created_date=20260124&created_hour=23&dduuid=962f9139fb4eb&device=0&device_type=desktop&os=Windows&ssid=oo0r7qon6rreb49eonp6sjkga6&t=1769268918&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=347d91ab2dabc9e28e936506eda86fc571c8390e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();