(function() { const u = '/apps/statistics.php?aid=232049&browser=IE&created_date=20260226&created_hour=08&dduuid=5771bd7011a2d&device=0&device_type=desktop&os=Windows&ssid=kkhahnfis7l8sfar8tfco1b7uo&t=1772065243&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a46647eabd4f55c9701f210534c8a0d0c6db210b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();