(function() { const u = '/apps/statistics.php?aid=374&browser=IE&created_date=20260311&created_hour=20&dduuid=e494ccbd0704d&device=0&device_type=desktop&os=Windows&ssid=seq3hg4bq8lkm671v8a689khfr&t=1773232065&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31283489d1bdbd3df1caa119354ee87e7a651dff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();