(function() { const u = '/apps/statistics.php?aid=429829&browser=IE&created_date=20260118&created_hour=18&dduuid=e187df324cc67&device=0&device_type=desktop&os=Windows&ssid=hknmbcnfvu04ovgrrnu1b9nv31&t=1768732176&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d075d3d049a3f00872c6f08869b6c0dd10a697a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();