(function() { const u = '/apps/statistics.php?aid=449518&browser=IE&created_date=20260307&created_hour=21&dduuid=f47c315d9f94f&device=0&device_type=desktop&os=Windows&ssid=gkbdk5eem2nhbgqb01isr10sfg&t=1772891677&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee178b89d48e6da15360d8cb1981fff4c75235af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();