(function() { const u = '/apps/statistics.php?aid=448070&browser=IE&created_date=20260114&created_hour=06&dduuid=17811c5f0e844&device=0&device_type=desktop&os=Windows&ssid=155if4ipkamlsn4pahu42qm0q2&t=1768342457&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6dfda2a56eccdc3252ac81d8d094c4830a71001&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();