(function() { const u = '/apps/statistics.php?aid=372814&browser=IE&created_date=20260311&created_hour=16&dduuid=b6295e78c6765&device=0&device_type=desktop&os=Windows&ssid=3n3pmqb4dk4mssupr4q8rbsa13&t=1773219358&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25eb65268731904d5bcf2adca0fed03f59dfdf45&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();