(function() { const u = '/apps/statistics.php?aid=449786&browser=IE&created_date=20260226&created_hour=01&dduuid=608fc949f18ad&device=0&device_type=desktop&os=Windows&ssid=5fasfoeg1quctt1fr5rmb5v265&t=1772042240&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74fa69d4c488e8ece587ccbbee68029d386cfe66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();