(function() { const u = '/apps/statistics.php?aid=434407&browser=IE&created_date=20260316&created_hour=20&dduuid=568a9e1af3b73&device=0&device_type=desktop&os=Windows&ssid=77ha9fuim73fhlkdt7asar8uva&t=1773665835&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dc13297dbcfb359bc84bf6ebc8412bc3ac824d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();