(function() { const u = '/apps/statistics.php?aid=432070&browser=IE&created_date=20260115&created_hour=11&dduuid=6599f27ac57c1&device=0&device_type=desktop&os=Windows&ssid=8qm2d2pg6c94a99ir0386o46c5&t=1768446047&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f11f5d1b5797146aab01c0894a19d40aad75cd25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();