(function() { const u = '/apps/statistics.php?aid=435366&browser=IE&created_date=20260310&created_hour=15&dduuid=0a849e336cb86&device=0&device_type=desktop&os=Windows&ssid=4a39f50cphd5r6gu578d278e02&t=1773126023&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=199ce7d36e24aee82a97a8eb88f2917ada160d4d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();