(function() { const u = '/apps/statistics.php?aid=113207&browser=IE&created_date=20260308&created_hour=13&dduuid=842cf9f424ded&device=0&device_type=desktop&os=Windows&ssid=06jnjrsqrslvccfj4b2eetfpa3&t=1772948323&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9ab3558d33c2945138e05f424f09c25aa18e358&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();