(function() { const u = '/apps/statistics.php?aid=113151&browser=IE&created_date=20260201&created_hour=19&dduuid=bff9ee296845a&device=0&device_type=desktop&os=Windows&ssid=i0jeq6ujfl2gculggbj2q0psup&t=1769946234&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00793d11291e606a052ec713f234a517e00a2350&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();