(function() { const u = '/apps/statistics.php?aid=213733&browser=IE&created_date=20260311&created_hour=18&dduuid=a93946322109c&device=0&device_type=desktop&os=Windows&ssid=5st2sk3qifrmi3lnvp2rc67jmj&t=1773224375&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60e6f5fc3ba27e6898f4aa528716c0ac2e26dec7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();