(function() { const u = '/apps/statistics.php?aid=442741&browser=IE&created_date=20260306&created_hour=00&dduuid=1a8e6e35d6635&device=0&device_type=desktop&os=Windows&ssid=t2j911p105vjr30pr5amue5od0&t=1772728138&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01d4dc9767273b3e04e1775a9d780f921696352a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();