(function() { const u = '/apps/statistics.php?aid=440878&browser=IE&created_date=20251224&created_hour=11&dduuid=10c0611c79da9&device=0&device_type=desktop&os=Windows&ssid=569qag0q1qqfspjdk6011ph3gk&t=1766547333&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0211f020e156b0154ace887e55effe3830080b27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();