(function() { const u = '/apps/statistics.php?aid=448215&browser=IE&created_date=20260124&created_hour=00&dduuid=b417d7c301317&device=0&device_type=desktop&os=Windows&ssid=1ffoeia2gqiq4afsh478eintmm&t=1769185314&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78c482c4b06bca1e3b9072c013cb41aec3bf9339&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();