(function() { const u = '/apps/statistics.php?aid=415709&browser=IE&created_date=20260117&created_hour=19&dduuid=dab2662339e12&device=0&device_type=desktop&os=Windows&ssid=o3espnv7bgm0evsavl8cusbahe&t=1768651181&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fff575930df4b01060b0c57df5fcde9c6bdeade4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();