(function() { const u = '/apps/statistics.php?aid=448384&browser=IE&created_date=20260124&created_hour=20&dduuid=8478e6779126e&device=0&device_type=desktop&os=Windows&ssid=ued6tdehgohng0dm0t6fvt7c9r&t=1769257064&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8cd07b458b8b28bfbc764961c9feb745527389f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();