(function() { const u = '/apps/statistics.php?aid=454897&browser=IE&created_date=20260311&created_hour=02&dduuid=732415f1df521&device=0&device_type=desktop&os=Windows&ssid=34mkru6cquhmpflc45ij4hudvk&t=1773166622&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b2cc08ebf1d0f9cdf42be61ad91b0c8be436214c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();