(function() { const u = '/apps/statistics.php?aid=210437&browser=IE&created_date=20251223&created_hour=04&dduuid=79090998bfc4e&device=0&device_type=desktop&os=Windows&ssid=l7fga5inl38gcbln173t8sho60&t=1766434524&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10181972ed7256c3ffc3e37cd065d5fe01459838&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();