(function() { const u = '/apps/statistics.php?aid=98763&browser=IE&created_date=20260305&created_hour=09&dduuid=25ac9fa84d6c8&device=0&device_type=desktop&os=Windows&ssid=udj9f0iq7tbalo99h92lbh66kj&t=1772674882&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d69644e9a43c7709d93f954783d0872f8c7fcf8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();