(function() { const u = '/apps/statistics.php?aid=213684&browser=IE&created_date=20260308&created_hour=12&dduuid=aee69f3087338&device=0&device_type=desktop&os=Windows&ssid=kk7fe7gqmr5mmj9o7mt9m4i6a0&t=1772943042&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95e730b378d0c3c946cfc3e3f30db2fc5cbffd82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();