(function() { const u = '/apps/statistics.php?aid=448954&browser=IE&created_date=20260226&created_hour=03&dduuid=d8334a223d2e7&device=0&device_type=desktop&os=Windows&ssid=9ek2e6agn2se3bdtplfrahi043&t=1772049128&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=399be77f1e7718e9645f6514320f5705a788997e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();