(function() { const u = '/apps/statistics.php?aid=396043&browser=IE&created_date=20260131&created_hour=18&dduuid=70f02d948316b&device=0&device_type=desktop&os=Windows&ssid=6apnvl7t68k4jt53gqt04roc4a&t=1769855189&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c086b304b9036804d670063fe7eb731022d1cbb4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();