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