(function() { const u = '/apps/statistics.php?aid=270935&browser=IE&created_date=20260224&created_hour=04&dduuid=20d198d7e7db9&device=0&device_type=desktop&os=Windows&ssid=opme92ip67g9hl9fsjb5kaq2fo&t=1771880072&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=825025c2c9640a861d109e0d69fe0e6af0d433f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();