(function() { const u = '/apps/statistics.php?aid=452732&browser=IE&created_date=20260311&created_hour=17&dduuid=eaf82c42bfb43&device=0&device_type=desktop&os=Windows&ssid=rnp9rmua0kph2vv3hgopr89bkk&t=1773222285&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57356c51532cd8878ca683f57874902137d000ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();