(function() { const u = '/apps/statistics.php?aid=384212&browser=IE&created_date=20251220&created_hour=03&dduuid=9d127597099d3&device=0&device_type=desktop&os=Windows&ssid=is6t6o0dvfbfq9cqu1bs8abbdc&t=1766171668&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2d89500b96d8e8828a044d4e6ede0d196937f3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();