(function() { const u = '/apps/statistics.php?aid=380596&browser=IE&created_date=20260305&created_hour=09&dduuid=548a1fe59c1a2&device=0&device_type=desktop&os=Windows&ssid=37v2oo72bqj6eiehdghb4dheid&t=1772672938&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22039a0ca8ca77b8e97f634296930c8d37d5ff75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();