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