(function() { const u = '/apps/statistics.php?aid=117825&browser=IE&created_date=20260311&created_hour=05&dduuid=6e3dfc9a7b762&device=0&device_type=desktop&os=Windows&ssid=3d4q60voo3l9rebiufnd88r4ge&t=1773179428&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48d090cc8ff38e1f6fe62c81e291fe0e9b27ae07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();