(function() { const u = '/apps/statistics.php?aid=455786&browser=IE&created_date=20260227&created_hour=23&dduuid=ef9f1363e1eb5&device=0&device_type=desktop&os=Windows&ssid=sa0n9ssj5skd7taqmlnbcjf85m&t=1772205646&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=097c2e158fd3497d2846c5c0597c2329cef5daea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();