(function() { const u = '/apps/statistics.php?aid=453693&browser=IE&created_date=20260312&created_hour=12&dduuid=2a03e634d182e&device=0&device_type=desktop&os=Windows&ssid=c4bcbgsvnj1rsh0lnsr81a6dmo&t=1773288252&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f032310d6b6484d34dde628fdb091fccf0f62753&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();