(function() { const u = '/apps/statistics.php?aid=440733&browser=IE&created_date=20260311&created_hour=23&dduuid=8e1c4bef1f541&device=0&device_type=desktop&os=Windows&ssid=m3ll6k6lim1hvhgmpvkp3212or&t=1773242169&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e32a1b3e9fd1db828abd3062e81c2049a8adff00&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();