(function() { const u = '/apps/statistics.php?aid=447366&browser=IE&created_date=20260121&created_hour=07&dduuid=d206fa046d6f6&device=0&device_type=desktop&os=Windows&ssid=mlbvr3egr5dj30cnd2t8muor0j&t=1768953011&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f340cb3d23ed4018995a5538e69cb1601c75a37c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();