(function() { const u = '/apps/statistics.php?aid=213700&browser=IE&created_date=20260122&created_hour=16&dduuid=a8875812fac52&device=0&device_type=desktop&os=Windows&ssid=a9jhci87ctl1uh6qpb5etvepvn&t=1769071077&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef7e16a03fc58661457d8df8827512111bca11ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();