(function() { const u = '/apps/statistics.php?aid=418783&browser=IE&created_date=20260310&created_hour=22&dduuid=2c4588ffc4c41&device=0&device_type=desktop&os=Windows&ssid=hrd62sjmoeu3lu9p0537kjb043&t=1773151204&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d8c797cc12f448ddb2b0b19f01f4f1575f1ffe8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();