(function() { const u = '/apps/statistics.php?aid=453383&browser=IE&created_date=20260205&created_hour=03&dduuid=50036da24952f&device=0&device_type=desktop&os=Windows&ssid=h1v0807kje256ajvoqs23psc3s&t=1770234691&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02201f7d233137347fd6807849f63cd8cb12d7eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();