(function() { const u = '/apps/statistics.php?aid=425260&browser=IE&created_date=20260126&created_hour=18&dduuid=0aa0b59221252&device=0&device_type=desktop&os=Windows&ssid=t0lptvb99npabmkcdngqa7i3q3&t=1769423253&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac9e60171b48e3422675a6dbc1558ca3b9d3f67c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();