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