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