(function() { const u = '/apps/statistics.php?aid=443842&browser=IE&created_date=20251220&created_hour=14&dduuid=ce8122773b6c1&device=0&device_type=desktop&os=Windows&ssid=3e41pclsom8qhvuohlfajd7b54&t=1766213923&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90d3c59a56d690dc528e9b407126969d40cab16a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();