(function() { const u = '/apps/statistics.php?aid=455318&browser=IE&created_date=20260304&created_hour=14&dduuid=d181521651800&device=0&device_type=desktop&os=Windows&ssid=cg64erhbv82sgjj2e7ictvti8s&t=1772604658&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c7f543ac61208b641ae20ec4c5920934b6b4a0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();