(function() { const u = '/apps/statistics.php?aid=15410&browser=IE&created_date=20260224&created_hour=19&dduuid=f792c164606fb&device=0&device_type=desktop&os=Windows&ssid=2b8rjff340ndtrced1phtvu2qv&t=1771930989&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17f7fde2b9dbcaf437ec6f3671fa021527919ac4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();