(function() { const u = '/apps/statistics.php?aid=434183&browser=IE&created_date=20260313&created_hour=10&dduuid=a617d1ec3ff05&device=0&device_type=desktop&os=Windows&ssid=u9hcd5ceflgr2o5rbgm69c33tg&t=1773367621&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dc4a94fd0a232f9c2f8d642533af9d55ccd03a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();