(function() { const u = '/apps/statistics.php?aid=455701&browser=IE&created_date=20260304&created_hour=11&dduuid=c7532a49f0696&device=0&device_type=desktop&os=Windows&ssid=7nkhm4925dl0q1uteo53322fdm&t=1772593881&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=706a8612ffd3a33197491d83563ee9eed0e3062d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();