(function() { const u = '/apps/statistics.php?aid=454921&browser=IE&created_date=20260307&created_hour=00&dduuid=5e17b001b437e&device=0&device_type=desktop&os=Windows&ssid=sqm08li17qescq97d5m8l1ultk&t=1772814176&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2f3d7c54332cbe0dcf5f4eec3efecc37185e44e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();