(function() { const u = '/apps/statistics.php?aid=450172&browser=IE&created_date=20260312&created_hour=03&dduuid=74590d25c43cd&device=0&device_type=desktop&os=Windows&ssid=o5rmf0q2dlf0ho836ahec7ebi7&t=1773258586&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7279b4261fdad97680ad593f17190f1483416eb0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();