(function() { const u = '/apps/statistics.php?aid=255326&browser=IE&created_date=20260226&created_hour=07&dduuid=584281b099eeb&device=0&device_type=desktop&os=Windows&ssid=uqf3j86lar4naj0l31m5rt2apm&t=1772060690&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6431cc434ac245cc8ca896f87a8233ff2dd89cbd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();