(function() { const u = '/apps/statistics.php?aid=12912&browser=IE&created_date=20260312&created_hour=10&dduuid=9cffe36e4ef5e&device=0&device_type=desktop&os=Windows&ssid=mkoa96dj81pmuk3vrovq2lmqfb&t=1773281670&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff1b4f0064e00d1439b59d493522788736241cd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();