(function() { const u = '/apps/statistics.php?aid=337959&browser=IE&created_date=20251222&created_hour=12&dduuid=c3cabd7a08cf6&device=0&device_type=desktop&os=Windows&ssid=2c6s2nr4otrbvvp19ab1re8pm2&t=1766376329&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10b444b3e464b65eb5386d04658ef529a67847c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();