(function() { const u = '/apps/statistics.php?aid=453011&browser=IE&created_date=20260312&created_hour=00&dduuid=190abeadce315&device=0&device_type=desktop&os=Windows&ssid=ilg8gho7etsn63sd75fbv7n6cd&t=1773246873&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c659666d73dc2a8583dd82f30d3316bf8291f91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();