(function() { const u = '/apps/statistics.php?aid=382258&browser=IE&created_date=20260113&created_hour=08&dduuid=21e5a79e27ee1&device=0&device_type=desktop&os=Windows&ssid=36gued60li07r2vgsscfimgfgs&t=1768265115&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56a1e7e88f1765a13ab92ef72f0cdbd251b12f24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();