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