(function() { const u = '/apps/statistics.php?aid=407123&browser=IE&created_date=20260124&created_hour=23&dduuid=09349b353e51c&device=0&device_type=desktop&os=Windows&ssid=basm3jo4j59fo3rh8fvltcj5gq&t=1769268948&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20a7783a5eef409da6442c9ca35e0005f341c4be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();