(function() { const u = '/apps/statistics.php?aid=210127&browser=IE&created_date=20251224&created_hour=18&dduuid=9217d56697263&device=0&device_type=desktop&os=Windows&ssid=6sodo9c1re71tgkfpnbpnder8v&t=1766573123&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cdbfc821b0d23606a49553fee8737b425bd5209&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();