(function() { const u = '/apps/statistics.php?aid=453971&browser=IE&created_date=20260226&created_hour=09&dduuid=3ea66272d2c00&device=0&device_type=desktop&os=Windows&ssid=408236rj8tmdv6efctec7gfjtd&t=1772067960&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9324c2d0d5249b5f15f788d3a028047d121a3d67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();