(function() { const u = '/apps/statistics.php?aid=272994&browser=IE&created_date=20260308&created_hour=06&dduuid=ee4554e548098&device=0&device_type=desktop&os=Windows&ssid=c6468ejam1mqk2sn0hqriva4me&t=1772921970&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6098dc1413dc54510c53f84a761784cd27dad7b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();