(function() { const u = '/apps/statistics.php?aid=22749&browser=IE&created_date=20260311&created_hour=23&dduuid=cff7d411410f9&device=0&device_type=desktop&os=Windows&ssid=p7b2p530o7ev268t0ba4tb5dbd&t=1773243344&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e56cee79c4cfc13b34bf2e6a31819ffcb2a6fbd4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();