(function() { const u = '/apps/statistics.php?aid=449321&browser=IE&created_date=20260124&created_hour=23&dduuid=ab4ecac7122ba&device=0&device_type=desktop&os=Windows&ssid=3am10r32edetl3ssgdb2fgjq6d&t=1769268308&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=021ed28b7a33c090d8ca9528f384044ecd6b0ebc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();