(function() { const u = '/apps/statistics.php?aid=409527&browser=IE&created_date=20260204&created_hour=00&dduuid=6e81033e63215&device=0&device_type=desktop&os=Windows&ssid=7vahdsqa6gs4kasg648ba5nbie&t=1770136818&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98574623298177655d60c1024688fd8acc63d983&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();