(function() { const u = '/apps/statistics.php?aid=98811&browser=IE&created_date=20260313&created_hour=06&dduuid=4a313db591a64&device=0&device_type=desktop&os=Windows&ssid=8cn9ruug8u98rfk8a9u30unuto&t=1773354383&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e6ce92c1e51553cc18b0e6d5f432363c85778ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();