(function() { const u = '/apps/statistics.php?aid=454388&browser=IE&created_date=20260308&created_hour=00&dduuid=115945d916452&device=0&device_type=desktop&os=Windows&ssid=g7ftgbt0co3f7kvk12tlrg9mro&t=1772902325&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3bee3b9449d1dd878dfa627c2c566d9407aee7cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();