(function() { const u = '/apps/statistics.php?aid=447010&browser=IE&created_date=20260123&created_hour=19&dduuid=efbbf73c42326&device=0&device_type=desktop&os=Windows&ssid=evsaf5s2dssg74le8k59vafo81&t=1769167426&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c396d5f7fa176276d199a993a1b341f985aca04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();