(function() { const u = '/apps/statistics.php?aid=383101&browser=IE&created_date=20251218&created_hour=17&dduuid=dfd50689210e9&device=0&device_type=desktop&os=Windows&ssid=2m8grmod0utqrqe4lmgum0t27q&t=1766051823&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffc7852e9f9884cec41f85671fdd683ba5415825&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();