(function() { const u = '/apps/statistics.php?aid=454413&browser=IE&created_date=20260201&created_hour=01&dduuid=a26d048c08c3e&device=0&device_type=desktop&os=Windows&ssid=i6urrb127s303f5cvhcvt44h5n&t=1769880892&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d73cef5f03661be12a77df96b442bb45f91e106c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();