(function() { const u = '/apps/statistics.php?aid=210055&browser=IE&created_date=20251225&created_hour=00&dduuid=fd555dfb9a992&device=0&device_type=desktop&os=Windows&ssid=lpsn3alofgdiq741tpc9bun4fu&t=1766594684&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc730b48e773a79df8cf77599e8a85f699def7e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();