(function() { const u = '/apps/statistics.php?aid=403226&browser=IE&created_date=20260125&created_hour=22&dduuid=f07d975c19b8c&device=0&device_type=desktop&os=Windows&ssid=h19dj2tu2gqi4t7bkkn96o28je&t=1769350492&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94b5f53f6a224cd7b977e25a9a294dfc30a603a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();