(function() { const u = '/apps/statistics.php?aid=370660&browser=IE&created_date=20251220&created_hour=18&dduuid=6f0a7c6ee9391&device=0&device_type=desktop&os=Windows&ssid=c1n053cvpjong7rph76nv0uvfl&t=1766225481&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b41f42df92d412d71dd689e0c2bb9450ae5459d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();