(function() { const u = '/apps/statistics.php?aid=455093&browser=IE&created_date=20260308&created_hour=15&dduuid=c135a0df63c0d&device=0&device_type=desktop&os=Windows&ssid=2omk2v5h7pdqbr5ru1rsd9jge2&t=1772954351&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee1e318cc767e7a52f71280fdc784edd22173db2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();