(function() { const u = '/apps/statistics.php?aid=448545&browser=IE&created_date=20260308&created_hour=18&dduuid=c95445cb500a2&device=0&device_type=desktop&os=Windows&ssid=kp70qhfv5a4ja7mqh18u3cc8u9&t=1772964496&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a9c6a1388dab4d596ad9963903d8bb33f7774356&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();