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