(function() { const u = '/apps/statistics.php?aid=283308&browser=IE&created_date=20260226&created_hour=04&dduuid=96a5fd3263ae4&device=0&device_type=desktop&os=Windows&ssid=fhltk75kjpuvehi65on3o2r9m1&t=1772052186&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=883ee913e1c22ac301d696fd542a3a2f8858de0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();