(function() { const u = '/apps/statistics.php?aid=360233&browser=IE&created_date=20260114&created_hour=09&dduuid=88e35ed06d2d6&device=0&device_type=desktop&os=Windows&ssid=h663vguuf6lng8o13mlb7arael&t=1768354451&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1686f6e227e8d4787558f37efdfae4eda218d5bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();