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