(function() { const u = '/apps/statistics.php?aid=448062&browser=IE&created_date=20260114&created_hour=15&dduuid=d7cd9e4d5465c&device=0&device_type=desktop&os=Windows&ssid=s0karq3bg840onmik4kh0a22po&t=1768375567&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=475ceab52e486ca4f2655d0accf8253b09b70275&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();