(function() { const u = '/apps/statistics.php?aid=437105&browser=IE&created_date=20251228&created_hour=23&dduuid=c90a0e663822a&device=0&device_type=desktop&os=Windows&ssid=a2t3l1nr7tf6oit0d83sfl590m&t=1766934401&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=342aced1122087801aebb232d65d3172a062be38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();