(function() { const u = '/apps/statistics.php?aid=428968&browser=IE&created_date=20251231&created_hour=00&dduuid=9cc04707a6c1e&device=0&device_type=desktop&os=Windows&ssid=vc65sa76pfng2s2bn69dtesrv0&t=1767111603&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f56f3d373025d77a1f9f64e94996fe996e849794&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();