(function() { const u = '/apps/statistics.php?aid=453633&browser=IE&created_date=20260305&created_hour=19&dduuid=8d6498d35a0f7&device=0&device_type=desktop&os=Windows&ssid=vvq2bjpavaprdni6k2fud7sqlj&t=1772711006&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57efeece438570a95da53802aee621ac33bfc020&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();