(function() { const u = '/apps/statistics.php?aid=454304&browser=IE&created_date=20260308&created_hour=06&dduuid=7e52c40ed380d&device=0&device_type=desktop&os=Windows&ssid=g3dchbtdrcl9ki3co863cmrflm&t=1772923760&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7487c3e6e10ba8f1f3d5398f3e84954d69046e17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();