(function() { const u = '/apps/statistics.php?aid=98718&browser=IE&created_date=20260303&created_hour=20&dduuid=e6cff22c9ac12&device=0&device_type=desktop&os=Windows&ssid=l8vavpgiqube85riqcmojkereh&t=1772540938&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d324c1c4603f26f760e8e67f2c9578b360981b12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();