(function() { const u = '/apps/statistics.php?aid=93216&browser=IE&created_date=20260303&created_hour=15&dduuid=e13dbe5a41a15&device=0&device_type=desktop&os=Windows&ssid=t3m8diq43edndnlg1to6h4i828&t=1772523872&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d47ea151479b0bb761a2ebb5258ef245a2c81e4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();