(function() { const u = '/apps/statistics.php?aid=438792&browser=IE&created_date=20260315&created_hour=04&dduuid=17fca3e47a138&device=0&device_type=desktop&os=Windows&ssid=t8mm9nmh73hdvtnhc1cndlh7ot&t=1773518768&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c6201bf678eec94b074c63ff2b4a74c3df3fe53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();