(function() { const u = '/apps/statistics.php?aid=79877&browser=IE&created_date=20260304&created_hour=17&dduuid=369331511e57e&device=0&device_type=desktop&os=Windows&ssid=6rnq3u1k7iiioco72dg701jes0&t=1772614828&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f4a7795dbf607933a386943eeb78f1bc702f89a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();