(function() { const u = '/apps/statistics.php?aid=444237&browser=IE&created_date=20251219&created_hour=05&dduuid=1ff29629dc0e1&device=0&device_type=desktop&os=Windows&ssid=02c5jl59kp65m5ed6aa8kkf1jv&t=1766094543&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c323f6970f871aef38aa69b5c621be726e6aa436&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();