(function() { const u = '/apps/statistics.php?aid=29361&browser=IE&created_date=20260118&created_hour=10&dduuid=961a582985129&device=0&device_type=desktop&os=Windows&ssid=r9cv2l4960rnqok7ggioaun172&t=1768704940&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a925a0e5abb4609cdecb12a53dd5607f8f8766c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();