(function() { const u = '/apps/statistics.php?aid=452068&browser=IE&created_date=20260311&created_hour=05&dduuid=bb4d49fb928f1&device=0&device_type=desktop&os=Windows&ssid=jqvqu7ptto7sqhhmcrjp9uiq8a&t=1773177545&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4364b0c62b66b0ee0eb90f51aad099ee20adca44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();