(function() { const u = '/apps/statistics.php?aid=451926&browser=IE&created_date=20260313&created_hour=01&dduuid=769f5a2bfa079&device=0&device_type=desktop&os=Windows&ssid=nbis9es8lug11llocecp8h8ar8&t=1773334856&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6cc5d5b0fd87ae2780485ad03bae36c7d9b6cc15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();