(function() { const u = '/apps/statistics.php?aid=210202&browser=IE&created_date=20251224&created_hour=08&dduuid=e25b7f20c0501&device=0&device_type=desktop&os=Windows&ssid=97i6lcfvn0m1a8hrpopjjn3dov&t=1766535320&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9348f23a8068e4189e2206680175a1e23c1065d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();