(function() { const u = '/apps/statistics.php?aid=431587&browser=IE&created_date=20260308&created_hour=18&dduuid=453b64cd0837c&device=0&device_type=desktop&os=Windows&ssid=jf0f9d3kk8k3h9ltga84fcmrb9&t=1772964577&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=048e67e0cdc09affe1a91f3fab9df42a3b51d05a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();