(function() { const u = '/apps/statistics.php?aid=786&browser=IE&created_date=20260313&created_hour=23&dduuid=119aa868c0f85&device=0&device_type=desktop&os=Windows&ssid=s51ab9efl1e75fv1srlvao8jqt&t=1773416779&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c5a13618253da4821a1d588ecfca7aeb0dd01af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();