(function() { const u = '/apps/statistics.php?aid=455849&browser=IE&created_date=20260303&created_hour=15&dduuid=caeb587f295a7&device=0&device_type=desktop&os=Windows&ssid=20ui1k013pc396dhrbibb5uvrm&t=1772523983&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92d44b244ef6d9b71e18cef8469d625929ec694c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();