(function() { const u = '/apps/statistics.php?aid=450968&browser=IE&created_date=20260311&created_hour=17&dduuid=96c6cbcf5de5d&device=0&device_type=desktop&os=Windows&ssid=v493ja9uffcrn217lne2e89ua9&t=1773221784&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9ffc9439ff3dada03efb50e3eb87100fc47aead&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();