(function() { const u = '/apps/statistics.php?aid=453776&browser=IE&created_date=20260304&created_hour=11&dduuid=2d1a559b26359&device=0&device_type=desktop&os=Windows&ssid=8id8qsde3s44s5g72pfpti3e5k&t=1772594518&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98e38496ddbb5e0853f12c6ac60e865ea5fbd9c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();