(function() { const u = '/apps/statistics.php?aid=399990&browser=IE&created_date=20260226&created_hour=04&dduuid=fc6cc40e352db&device=0&device_type=desktop&os=Windows&ssid=n2g9c1qmpqevqs7rbm9p2a8ean&t=1772050698&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2de7f0a0e51afe4b3cef5d872e5c4f46ca47b14b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();